Cabal revisions of monadLib-3.8
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: monadLib Version: 3.8+x-revision: 1 License: BSD3 License-file: LICENSE Author: Iavor S. Diatchki Build-depends: base < 4 CPP-options: -DUSE_BASE3 else- Build-depends: base >= 4 && < 5+ Build-depends: base >= 4.9 && < 5 GHC-options: -O2 -Wall
revision 2
-Name: monadLib-Version: 3.8-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--Flag base3- Description: Build for compatability with base3- Default: False--Library- hs-source-dirs: src- Exposed-modules:- MonadLib,- MonadLib.Monads,- MonadLib.Derive-- if flag(base3)- Build-depends: base < 4- CPP-options: -DUSE_BASE3- else- Build-depends: base >= 4.9 && < 5-- GHC-options: -O2 -Wall--+Name: monadLib +Version: 3.8 +x-revision: 2 +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 + +Flag base3 + Description: Build for compatability with base3 + Default: False + +Library + hs-source-dirs: src + Exposed-modules: + MonadLib, + MonadLib.Monads, + MonadLib.Derive + + if flag(base3) + Build-depends: base < 4 + CPP-options: -DUSE_BASE3 + else + Build-depends: base >= 4.9 && < 4.13 + + GHC-options: -O2 -Wall + +