packages feed

Cabal revisions of MonadRandom-0.6

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                MonadRandom-version:             0.6-synopsis:            Random-number generation monad.-description:         Support for computations which consume random values.-license:             BSD3-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-tested-with:         GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2--source-repository head-  type:     git-  location: git://github.com/byorgey/MonadRandom.git--library-  exposed-modules:-    Control.Monad.Random,-    Control.Monad.Random.Class,-    Control.Monad.Random.Lazy,-    Control.Monad.Random.Strict,-    Control.Monad.Trans.Random,-    Control.Monad.Trans.Random.Lazy,-    Control.Monad.Trans.Random.Strict-  build-depends:-    base                >=4.6 && <5,-    transformers        >=0.4 && <0.7,-    transformers-compat >=0.4 && <0.8,-    mtl                 >=2.2.1 && <2.3 || >= 2.3.1 && < 2.4,-    primitive           >=0.6 && <0.8,-    random              >=1.0 && <1.3-  ghc-options:         -Wall-  default-language:    Haskell2010-  other-extensions:    Safe--  if impl(ghc < 8.0)-    build-depends: fail >= 4.9+name:                MonadRandom
+version:             0.6
+x-revision: 1
+synopsis:            Random-number generation monad.
+description:         Support for computations which consume random values.
+license:             BSD3
+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
+tested-with:         GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
+
+source-repository head
+  type:     git
+  location: git://github.com/byorgey/MonadRandom.git
+
+library
+  exposed-modules:
+    Control.Monad.Random,
+    Control.Monad.Random.Class,
+    Control.Monad.Random.Lazy,
+    Control.Monad.Random.Strict,
+    Control.Monad.Trans.Random,
+    Control.Monad.Trans.Random.Lazy,
+    Control.Monad.Trans.Random.Strict
+  build-depends:
+    base                >=4.8 && <5,
+    transformers        >=0.4 && <0.7,
+    transformers-compat >=0.4 && <0.8,
+    mtl                 >=2.2.1 && <2.3 || >= 2.3.1 && < 2.4,
+    primitive           >=0.6 && <0.8,
+    random              >=1.0 && <1.3
+  ghc-options:         -Wall
+  default-language:    Haskell2010
+  other-extensions:    Safe
+
+  if impl(ghc < 8.0)
+    build-depends: fail >= 4.9
revision 2
 name:                MonadRandom
 version:             0.6
-x-revision: 1
+x-revision: 2
 synopsis:            Random-number generation monad.
 description:         Support for computations which consume random values.
 license:             BSD3
     transformers-compat >=0.4 && <0.8,
     mtl                 >=2.2.1 && <2.3 || >= 2.3.1 && < 2.4,
     primitive           >=0.6 && <0.8,
-    random              >=1.0 && <1.3
+    random              >=1.0.1 && <1.3
   ghc-options:         -Wall
   default-language:    Haskell2010
   other-extensions:    Safe
revision 3
 name:                MonadRandom
 version:             0.6
-x-revision: 2
+x-revision: 3
 synopsis:            Random-number generation monad.
 description:         Support for computations which consume random values.
 license:             BSD3
     transformers        >=0.4 && <0.7,
     transformers-compat >=0.4 && <0.8,
     mtl                 >=2.2.1 && <2.3 || >= 2.3.1 && < 2.4,
-    primitive           >=0.6 && <0.8,
+    primitive           >=0.6 && <0.9,
     random              >=1.0.1 && <1.3
   ghc-options:         -Wall
   default-language:    Haskell2010
revision 4
 name:                MonadRandom
 version:             0.6
-x-revision: 3
+x-revision: 4
 synopsis:            Random-number generation monad.
 description:         Support for computations which consume random values.
 license:             BSD3
 build-type:          Simple
 cabal-version:       >=1.10
 extra-source-files:  CHANGES.markdown
-tested-with:         GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
+tested-with:         GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1
 
 source-repository head
   type:     git
     transformers        >=0.4 && <0.7,
     transformers-compat >=0.4 && <0.8,
     mtl                 >=2.2.1 && <2.3 || >= 2.3.1 && < 2.4,
-    primitive           >=0.6 && <0.9,
+    primitive           >=0.6 && <0.10,
     random              >=1.0.1 && <1.3
   ghc-options:         -Wall
   default-language:    Haskell2010