浏览代码

New version at .cabal

Marcos Dumay de Medeiros 8 年之前
父节点
当前提交
d2a5ddbb9a
共有 1 个文件被更改,包括 2 次插入2 次删除
  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