commit 6b33720f90926ddc94ea35af166d0fc1bad8cae8
parent df533f165df438e3fb54cb09a755973ce305b03b
Author: Jared Tobin <jared@jtobin.ca>
Date: Fri, 9 Oct 2015 18:07:19 +1300
Refine bounds, version bump.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mwc-probability.cabal b/mwc-probability.cabal
@@ -1,5 +1,5 @@
name: mwc-probability
-version: 1.0.1
+version: 1.0.2
homepage: http://github.com/jtobin/mwc-probability
license: MIT
license-file: LICENSE
@@ -53,8 +53,8 @@ library
default-language: Haskell2010
hs-source-dirs: src
build-depends:
- base < 5
- , mwc-random
+ base < 5
+ , mwc-random >= 0.13 && < 0.14
, primitive
, transformers