Browse Source

Fixed version numbers on .cabal

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

+ 4 - 4
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.2.2.0.0
+version:    1.2.0.0
 
 -- A short (one-line) description of the package.
 synopsis:   Uniform IO over files, network, anything.
@@ -22,10 +22,10 @@ description:
     It also includes implementations for standard IO, files and
     network IO, and easy to use TLS wrapping of network data,
     with an extensible interface for user supplied instances.
-
+    .
     Currently there's no support for TLS certificate verification.
     That is planned to be added soon.
-
+    .
     Requires a '-threaded' compiler switch.
 
 
@@ -70,7 +70,7 @@ source-repository head
 source-repository this
   type:     git
   location: https://sealgram.com/git/haskell/uniform-io
-  tag:   1.2.2.1
+  tag:   1.2.0.0
 
 library
   -- Modules exported by the library.