Browse Source

Updated cabal file for new version

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

+ 7 - 7
uniform-io.cabal

@@ -10,7 +10,7 @@ name:                uniform-io
 -- PVP summary:      +-+------- breaking API changes
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
 --                   | | | +--- code changes with no API change
-version:    0.1.1.0
+version:    0.2.0.0
 
 
 -- A short (one-line) description of the package.
 -- A short (one-line) description of the package.
 synopsis:   Uniform IO over files, network, watever.
 synopsis:   Uniform IO over files, network, watever.
@@ -22,9 +22,9 @@ description:
     It also includes implementations for standard IO, files and
     It also includes implementations for standard IO, files and
     network IO, and easy to use TLS wrapping of any of those.
     network IO, and easy to use TLS wrapping of any of those.
 
 
-    Currently TLS only wraps sockets, std streams are not exported
-    and there's no support for TLS certificate verification. Those
-    are all planned to be added soon.
+    Currently TLS only wraps sockets, and there's no support
+    for TLS certificate verification. Those are planned
+    to be added soon.
 
 
     Requires a '-threaded' compiler switch.
     Requires a '-threaded' compiler switch.
 
 
@@ -70,7 +70,7 @@ source-repository head
 source-repository this
 source-repository this
   type:     git
   type:     git
   location: https://sealgram.com/git/haskell/uniform-io
   location: https://sealgram.com/git/haskell/uniform-io
-  tag:   0.1.1.0
+  tag:   0.2.0.0
 
 
 library
 library
   -- Modules exported by the library.
   -- Modules exported by the library.
@@ -122,7 +122,7 @@ Test-suite targets
     base >=4.7 && <5.0,
     base >=4.7 && <5.0,
     Cabal >= 1.9.2,
     Cabal >= 1.9.2,
     bytestring >=0.10 && <1.0,
     bytestring >=0.10 && <1.0,
-    uniform-io == 0.1.1.0
+    uniform-io == 0.2.0.0
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
 
 
 Test-suite blocking
 Test-suite blocking
@@ -135,5 +135,5 @@ Test-suite blocking
     Cabal >= 1.9.2,
     Cabal >= 1.9.2,
     bytestring >=0.10 && <1.0,
     bytestring >=0.10 && <1.0,
     attoparsec >=0.10 && <1.0,
     attoparsec >=0.10 && <1.0,
-    uniform-io == 0.1.1.0
+    uniform-io == 0.2.0.0
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
   ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded