Browse Source

Fixed mistakes at the .cabal.

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

+ 5 - 5
uniform-io.cabal

@@ -20,11 +20,11 @@ description:
     This library defines a typeclass for abstracting
     This library defines a typeclass for abstracting
     the differences between the several IO channels available.
     the differences between the several IO channels available.
     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 network data,
+    with an extensible interface for user supplied instances.
 
 
-    Currently TLS only wraps sockets, and there's no support
-    for TLS certificate verification. Those are planned
-    to be added soon.
+    Currently there's no support for TLS certificate verification.
+    That is 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:   1.0.0.0
+  tag:   1.0.1.0
 
 
 library
 library
   -- Modules exported by the library.
   -- Modules exported by the library.