File: newer-deps

package info (click to toggle)
haskell-monadrandom 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: haskell: 590; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 988 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Index: b/MonadRandom.cabal
===================================================================
--- a/MonadRandom.cabal
+++ b/MonadRandom.cabal
@@ -1,5 +1,6 @@
 name:                MonadRandom
 version:             0.6
+x-revision: 3
 synopsis:            Random-number generation monad.
 description:         Support for computations which consume random values.
 license:             BSD3
@@ -27,12 +28,12 @@ library
     Control.Monad.Trans.Random.Lazy,
     Control.Monad.Trans.Random.Strict
   build-depends:
-    base                >=4.6 && <5,
+    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
+    primitive           >=0.6 && <0.9,
+    random              >=1.0.1 && <1.3
   ghc-options:         -Wall
   default-language:    Haskell2010
   other-extensions:    Safe