Cabal revisions of MonadRandom-0.3.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: MonadRandom-version: 0.3.0.1-synopsis: Random-number generation monad.-description: Support for computations which consume random values.-license: OtherLicense-license-file: LICENSE-author: Cale Gibbard and others-maintainer: Brent Yorgey <byorgey@gmail.com>-bug-reports: https://github.com/byorgey/MonadRandom/issues-category: Control-build-type: Simple-cabal-version: >=1.10-extra-source-files: CHANGES.markdown-source-repository head- type: git- location: git://github.com/byorgey/MonadRandom.git--library- exposed-modules: Control.Monad.Random, Control.Monad.Random.Class- build-depends: base >= 2 && < 5, transformers >= 0.3 && < 0.5, mtl, random- ghc-options: -Wall- default-language: Haskell2010+name: MonadRandom +version: 0.3.0.1 +x-revision: 1 +synopsis: Random-number generation monad. +description: Support for computations which consume random values. +license: OtherLicense +license-file: LICENSE +author: Cale Gibbard and others +maintainer: Brent Yorgey <byorgey@gmail.com> +bug-reports: https://github.com/byorgey/MonadRandom/issues +category: Control +build-type: Simple +cabal-version: >=1.10 +extra-source-files: CHANGES.markdown +source-repository head + type: git + location: git://github.com/byorgey/MonadRandom.git + +library + exposed-modules: Control.Monad.Random, Control.Monad.Random.Class + build-depends: base >= 2 && < 5, transformers >= 0.3 && < 0.5, mtl >= 2.2 && < 2.3, random + ghc-options: -Wall + default-language: Haskell2010
revision 2
name: MonadRandom version: 0.3.0.1 -x-revision: 1 +x-revision: 2 synopsis: Random-number generation monad. description: Support for computations which consume random values. license: OtherLicense library exposed-modules: Control.Monad.Random, Control.Monad.Random.Class - build-depends: base >= 2 && < 5, transformers >= 0.3 && < 0.5, mtl >= 2.2 && < 2.3, random + build-depends: base >= 2 && < 5, transformers >= 0.3 && < 0.5, mtl >= 2.1 && < 2.3, random ghc-options: -Wall default-language: Haskell2010
revision 3
name: MonadRandom version: 0.3.0.1 -x-revision: 2 +x-revision: 3 synopsis: Random-number generation monad. description: Support for computations which consume random values. license: OtherLicense library exposed-modules: Control.Monad.Random, Control.Monad.Random.Class - build-depends: base >= 2 && < 5, transformers >= 0.3 && < 0.5, mtl >= 2.1 && < 2.3, random + build-depends: base >= 2 && < 5, transformers >= 0.3 && < 0.5, mtl >= 2.1 && < 2.3, random < 1.2 ghc-options: -Wall default-language: Haskell2010