Переглянути джерело

Added missing dependencies on test suites

Marcos Dumay de Medeiros 9 роки тому
батько
коміт
8b6ed798fb
1 змінених файлів з 4 додано та 0 видалено
  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