packages feed

Cabal revisions of control-monad-free-0.6

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name: control-monad-free-version: 0.6-Cabal-Version:  >= 1.6-build-type: Simple-license: PublicDomain-author: Luke Palmer, Pepe Iborra-maintainer: pepeiborra@gmail.com-homepage: http://github.com/pepeiborra/control-monad-free-description:-          This package provides datatypes to construct Free monads, -          Free monad transformers, and useful instances. In addition it-          provides the constructs to avoid quadratic complexity of left -          associative bind, as explained in:-          .-          * Janis Voigtlander, /Asymptotic Improvement of Computations over Free Monads, MPC'08/- -synopsis: Free monads and monad transformers-category: Control, Monads-stability: experimental--source-repository head-  type:     git-  location: git://github.com/pepeiborra/control-monad-free--Library-  buildable: True-  build-depends: base >= 2 && < 5, transformers, prelude-extras-  extensions:  StandaloneDeriving, Rank2Types, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, UndecidableInstances, OverlappingInstances-  exposed-modules:-     Control.Monad.Free-     Control.Monad.Free.Zip-     Control.Monad.Free.Improve+name: control-monad-free
+version: 0.6
+x-revision: 1
+Cabal-Version:  >= 1.6
+build-type: Simple
+license: PublicDomain
+author: Luke Palmer, Pepe Iborra
+maintainer: pepeiborra@gmail.com
+homepage: http://github.com/pepeiborra/control-monad-free
+description:
+          This package provides datatypes to construct Free monads, 
+          Free monad transformers, and useful instances. In addition it
+          provides the constructs to avoid quadratic complexity of left 
+          associative bind, as explained in:
+          .
+          * Janis Voigtlander, /Asymptotic Improvement of Computations over Free Monads, MPC'08/
+ 
+synopsis: Free monads and monad transformers
+category: Control, Monads
+stability: experimental
+
+source-repository head
+  type:     git
+  location: git://github.com/pepeiborra/control-monad-free
+
+Library
+  buildable: True
+  build-depends: base == 4.7.*, transformers, prelude-extras
+  extensions:  StandaloneDeriving, Rank2Types, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, UndecidableInstances, OverlappingInstances
+  exposed-modules:
+     Control.Monad.Free
+     Control.Monad.Free.Zip
+     Control.Monad.Free.Improve