File: Internal.hs

package info (click to toggle)
haskell-crypton-connection 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88 kB
  • sloc: haskell: 352; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
module Network.Connection.Internal
    ( ConnectionContext (..)
    )
where

import Network.Connection.Types (ConnectionContext (..))