Cabal revisions of writer-cps-mtl-0.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.14.1.------ see: https://github.com/sol/hpack--name: writer-cps-mtl-version: 0.1.0.2-cabal-version: >= 1.10-license: BSD3-license-file: LICENSE-tested-with: GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1-author: Andy Gill, Edward Kmett, Daniel Mendler-maintainer: mail@daniel-mendler.de-copyright: 2016 Daniel Mendler-category: Control-synopsis: MonadWriter orphan instances for writer-cps-transformers-homepage: https://github.com/minad/writer-cps-mtl#readme-bug-reports: https://github.com/minad/writer-cps-mtl/issues-description: The WriterT and RWST monad transformers provided by writer-cps-transformers are written in continuation passing style and avoid the space-leak problem of the traditional Control.Monad.Trans.Writer.Strict/Lazy. See also (<https://hackage.haskell.org/package/writer-cps-transformers>).-build-type: Simple--source-repository head- type: git- location: https://github.com/minad/writer-cps-mtl--library- hs-source-dirs:- .- default-extensions: MultiParamTypeClasses FunctionalDependencies FlexibleInstances- ghc-options: -Wall- build-depends:- base < 6- , transformers >= 0.4 && < 0.6- , mtl >= 2.2 && < 2.4- , writer-cps-transformers >= 0.1 && < 0.3- exposed-modules:- Control.Monad.RWS.CPS- Control.Monad.Writer.CPS- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.14.1. +-- +-- see: https://github.com/sol/hpack + +name: writer-cps-mtl +version: 0.1.0.2 +x-revision: 1 +cabal-version: >= 1.10 +license: BSD3 +license-file: LICENSE +tested-with: GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 +author: Andy Gill, Edward Kmett, Daniel Mendler +maintainer: mail@daniel-mendler.de +copyright: 2016 Daniel Mendler +category: Control +synopsis: MonadWriter orphan instances for writer-cps-transformers +homepage: https://github.com/minad/writer-cps-mtl#readme +bug-reports: https://github.com/minad/writer-cps-mtl/issues +description: The WriterT and RWST monad transformers provided by writer-cps-transformers are written in continuation passing style and avoid the space-leak problem of the traditional Control.Monad.Trans.Writer.Strict and Lazy. See also (<https://hackage.haskell.org/package/writer-cps-transformers>). +build-type: Simple + +source-repository head + type: git + location: https://github.com/minad/writer-cps-mtl + +library + hs-source-dirs: + . + default-extensions: MultiParamTypeClasses FunctionalDependencies FlexibleInstances + ghc-options: -Wall + build-depends: + base < 6 + , transformers >= 0.4 && < 0.6 + , mtl >= 2.2 && < 2.4 + , writer-cps-transformers >= 0.1 && < 0.3 + exposed-modules: + Control.Monad.RWS.CPS + Control.Monad.Writer.CPS + default-language: Haskell2010
revision 2
name: writer-cps-mtl version: 0.1.0.2 -x-revision: 1 +x-revision: 2 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE location: https://github.com/minad/writer-cps-mtl library + build-depends: mtl <2.3+ hs-source-dirs: . default-extensions: MultiParamTypeClasses FunctionalDependencies FlexibleInstances