Browse Source

New version at .cabal

Marcos Dumay de Medeiros 8 years ago
parent
commit
d2a5ddbb9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      interruptible.cabal

+ 2 - 2
interruptible.cabal

@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                interruptible
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            Monad transformers that can be run and resumed later, conserving their context.
 description:
     Given an inner monad and a transformer:
@@ -35,7 +35,7 @@ source-repository head
 source-repository this
   type:     git
   location: https://sealgram.com/git/haskell/interruptible/
-  tag:   0.1.0.0
+  tag:   0.1.1.0
 
 
 library