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