Cabal revisions of monad-choice-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.2.------ see: https://github.com/sol/hpack------ hash: 6b28c8a7bf1da981f4efd400c5e91cb2a160d9cc56dadee09cad68c0d7d40c6c--name: monad-choice-version: 0.1.0.0-synopsis: Monad, monad transformer, and typeclass representing choices.-description: The Monad Choice library contains monads, monad transformers, and a typeclass representing a sequence of choices of objects of arbitrary types where future choices can depend on previous ones.-category: Control-homepage: https://gitlab.com/e-neighborhood-watch/monad-choice#readme-author: Eamon Olive, Louis Hyde-maintainer: ejolive97@gmail.com-copyright: 2020 Eamon Olive, Louis Hyde-license: AGPL-3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- CHANGELOG.md--source-repository head- type: git- location: https://gitlab.com/e-neighborhood-watch/monad-choice.git--library- exposed-modules:- Control.Monad.Choice.Covariant- Control.Monad.Choice.Invariant- Control.Monad.Class.Choice- Control.Monad.Trans.Choice.Covariant- Control.Monad.Trans.Choice.Invariant- other-modules:- Paths_monad_choice- hs-source-dirs:- src- ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe- build-depends:- MonadRandom >=0.5 && <0.6- , base >=4.7 && <5- , invariant >=0.1.0 && <0.6- , mtl >=2.2 && <2.3- , transformers ==0.5.*- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.31.2. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 6b28c8a7bf1da981f4efd400c5e91cb2a160d9cc56dadee09cad68c0d7d40c6c + +name: monad-choice +version: 0.1.0.0 +x-revision: 1 +synopsis: Monad, monad transformer, and typeclass representing choices. +description: The Monad Choice library contains monads, monad transformers, and a typeclass representing a sequence of choices of objects of arbitrary types where future choices can depend on previous ones. +category: Control +homepage: https://gitlab.com/e-neighborhood-watch/monad-choice#readme +author: Eamon Olive, Louis Hyde +maintainer: ejolive97@gmail.com +copyright: 2020 Eamon Olive, Louis Hyde +license: AGPL-3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + CHANGELOG.md + +source-repository head + type: git + location: https://gitlab.com/e-neighborhood-watch/monad-choice.git + +library + exposed-modules: + Control.Monad.Choice.Covariant + Control.Monad.Choice.Invariant + Control.Monad.Class.Choice + Control.Monad.Trans.Choice.Covariant + Control.Monad.Trans.Choice.Invariant + other-modules: + Paths_monad_choice + hs-source-dirs: + src + ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe + build-depends: + MonadRandom >=0.5 && <0.6 + , base >=4.7 && <5 + , invariant >=0.1.0 && <0.6 + , mtl >=2.2 && <2.3 + , transformers >= 0.5.6 && < 0.6 + default-language: Haskell2010
revision 2
name: monad-choice version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Monad, monad transformer, and typeclass representing choices. description: The Monad Choice library contains monads, monad transformers, and a typeclass representing a sequence of choices of objects of arbitrary types where future choices can depend on previous ones. category: Control ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe build-depends: MonadRandom >=0.5 && <0.6 - , base >=4.7 && <5 + , base >=4.8 && <5 , invariant >=0.1.0 && <0.6 , mtl >=2.2 && <2.3 , transformers >= 0.5.6 && < 0.6
revision 3
name: monad-choice version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Monad, monad transformer, and typeclass representing choices. description: The Monad Choice library contains monads, monad transformers, and a typeclass representing a sequence of choices of objects of arbitrary types where future choices can depend on previous ones. category: Control ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe build-depends: MonadRandom >=0.5 && <0.6 - , base >=4.8 && <5 + , base >=4.12 && <5 , invariant >=0.1.0 && <0.6 , mtl >=2.2 && <2.3 , transformers >= 0.5.6 && < 0.6