Cabal revisions of monadLib-3.9
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: monadLib-Version: 3.9-License: BSD3-License-file: LICENSE-Author: Iavor S. Diatchki-Maintainer: diatchki@galois.com-Homepage: http://wiki.github.com/yav/monadlib-Category: Monads-Synopsis: A collection of monad transformers.-Description: A collection of monad transformers.-Build-type: Simple-Cabal-version: >= 1.2-Extra-source-files:- LICENSE,- README,- CHANGES--Library- hs-source-dirs: src- Exposed-modules:- MonadLib,- MonadLib.Monads,- MonadLib.Derive-- Build-depends: base >= 4 && < 5-- GHC-options: -O2 -Wall--+Name: monadLib +Version: 3.9 +x-revision: 1 +License: BSD3 +License-file: LICENSE +Author: Iavor S. Diatchki +Maintainer: diatchki@galois.com +Homepage: http://wiki.github.com/yav/monadlib +Category: Monads +Synopsis: A collection of monad transformers. +Description: A collection of monad transformers. +Build-type: Simple +Cabal-version: >= 1.2 +Extra-source-files: + LICENSE, + README, + CHANGES + +Library + hs-source-dirs: src + Exposed-modules: + MonadLib, + MonadLib.Monads, + MonadLib.Derive + + Build-depends: base >= 4.9 && < 5 + + GHC-options: -O2 -Wall + +
revision 2
Name: monadLib Version: 3.9 -x-revision: 1 +x-revision: 2 License: BSD3 License-file: LICENSE Author: Iavor S. Diatchki MonadLib.Monads, MonadLib.Derive - Build-depends: base >= 4.9 && < 5 + Build-depends: base >= 4.9 && < 4.13 GHC-options: -O2 -Wall