Ticket #161: network-bytestring.cabal

File network-bytestring.cabal, 0.6 KB (added by guest, 6 years ago)
Line 
1name:             network-bytestring
2version:          0.1
3description:      Fast and memory efficient low-level networking
4license:          BSD3
5license-file:     LICENSE
6author:           Johan Tibell
7maintainer:       johan.tibell@gmail.com
8category:         Network
9build-depends:    base, bytestring, HUnit, network
10ghc-options:      -O
11exposed-modules:  Network.Socket.ByteString
12extensions:       CPP, ForeignFunctionInterface
13
14executable:       tests
15main-is:          UnitTests.hs
16hs-source-dirs:   tests
17other-modules:    Network.Socket.ByteString
18extensions:       CPP, ForeignFunctionInterface