Browse Source

Further correction on the cabal file

Marcos Dumay de Medeiros 8 years ago
parent
commit
b7f4892973
1 changed files with 5 additions and 3 deletions
  1. 5 3
      uniform-io.cabal

+ 5 - 3
uniform-io.cabal

@@ -86,7 +86,7 @@ library
 
   -- Modules included in this library but not exported.
   other-modules:
-      System.IO.Uniform.external
+      System.IO.Uniform.External
 
   -- LANGUAGE extensions used by modules in this package.
   other-extensions:
@@ -126,8 +126,9 @@ Test-suite targets
     base >=4.7 && <5.0,
     Cabal >= 1.9.2,
     bytestring >=0.10 && <1.0,
-    uniform-io == 0.2.0.0
+    uniform-io == 1.0.0.0
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
+  default-language: Haskell2010
 
 Test-suite blocking
   type: detailed-0.9
@@ -139,5 +140,6 @@ Test-suite blocking
     Cabal >= 1.9.2,
     bytestring >=0.10 && <1.0,
     attoparsec >=0.10 && <1.0,
-    uniform-io == 0.2.0.0
+    uniform-io == 1.0.0.0
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
+  default-language: Haskell2010