Browse Source

New version on cabal file

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

+ 3 - 3
uniform-io.cabal

@@ -10,7 +10,7 @@ name:                uniform-io
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:    1.0.0.0
+version:    1.0.1.0
 
 -- A short (one-line) description of the package.
 synopsis:   Uniform IO over files, network, anything.
@@ -128,7 +128,7 @@ Test-suite targets
     base >=4.7 && <5.0,
     Cabal >= 1.9.2,
     bytestring >=0.10 && <1.0,
-    uniform-io == 1.0.0.0
+    uniform-io
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
   default-language: Haskell2010
 
@@ -142,6 +142,6 @@ Test-suite blocking
     Cabal >= 1.9.2,
     bytestring >=0.10 && <1.0,
     attoparsec >=0.10 && <1.0,
-    uniform-io == 1.0.0.0
+    uniform-io
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
   default-language: Haskell2010