commit 4de46eb02065c7e6e8934114137950b0cf998f59
parent 44c51d182ba9f67ed923700d9708525416b47bfc
Author: Jared Tobin <jared@jtobin.ca>
Date: Fri, 4 Mar 2016 09:56:15 +1300
Rollback mwc-prob dependency.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/declarative.cabal b/declarative.cabal
@@ -1,5 +1,5 @@
name: declarative
-version: 0.1.2
+version: 0.1.1
synopsis: DIY Markov Chains.
homepage: http://github.com/jtobin/declarative
license: MIT
@@ -62,7 +62,7 @@ library
build-depends:
base < 5
, mcmc-types >= 1.0.1
- , mwc-probability >= 1.2.0
+ , mwc-probability >= 1.0.1
, mighty-metropolis >= 1.0.1
, lens >= 4 && < 5
, primitive