commit 4f3be34b656924c1f40c31553df2f56fc8c3ae89
parent e680d9e7f05c215b8258ad9618e1882254d91248
Author: Jared Tobin <jared@jtobin.ca>
Date: Tue, 6 Oct 2015 20:23:29 +1300
Get rid of cabal check warnings.
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/mwc-probability.cabal b/mwc-probability.cabal
@@ -44,12 +44,16 @@ description:
> n <- uniformR (5, 10)
> binomial n p
+Source-repository head
+ Type: git
+ Location: http://github.com/jtobin/mwc-probability.git
+
library
exposed-modules: System.Random.MWC.Probability
default-language: Haskell2010
hs-source-dirs: src
build-depends:
- base
+ base < 5
, mwc-random
, primitive
, transformers