소스 검색

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