Browse Source

Added missing dependencies on test suites

Marcos Dumay de Medeiros 8 years ago
parent
commit
8b6ed798fb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      uniform-io.cabal

+ 4 - 0
uniform-io.cabal

@@ -129,6 +129,8 @@ Test-suite targets
     Cabal >= 1.9.2,
     bytestring >=0.10 && <1.0,
     uniform-io
+  other-modules:
+    Base
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
   default-language: Haskell2010
 
@@ -143,5 +145,7 @@ Test-suite blocking
     bytestring >=0.10 && <1.0,
     attoparsec >=0.10 && <1.0,
     uniform-io
+  other-modules:
+    Base
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
   default-language: Haskell2010