summaryrefslogtreecommitdiff
path: root/ebus.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'ebus.cabal')
-rw-r--r--ebus.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/ebus.cabal b/ebus.cabal
index 46dce12..e49ce34 100644
--- a/ebus.cabal
+++ b/ebus.cabal
@@ -20,14 +20,13 @@ Source-Repository head
Library
Build-Depends: base >=4 && < 5, attoparsec >= 0.10.1.1, attoparsec-enumerator >= 0.3, bytestring, enumerator >= 0.4.18
--- GHC-Options: -Wall
+ GHC-Options: -Wall
Exposed-modules: Network.EBus.Layer2
Test-Suite test-network-ebus
type: exitcode-stdio-1.0
main-is: Test.hs
- build-depends: base, test-framework >= 0.6, test-framework-hunit >= 0.2.7, ebus,
- bytestring, attoparsec >= 0.10.1.1, attoparsec-enumerator >= 0.3, enumerator >= 0.4.18
+ build-depends: base, HUnit >= 1.2.4.2, ebus, bytestring, attoparsec >= 0.10.1.1, attoparsec-enumerator >= 0.3, enumerator >= 0.4.18
Executable ebus-dump-layer2