|
@@ -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
|