haskell-scientific: update to version 0.2.0.1

This commit is contained in:
Peter Simons 2014-01-06 12:21:13 +01:00
parent 150981ec0e
commit dea19765d2

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "scientific";
version = "0.1.0.1";
sha256 = "0s401gxwap4xwz9rxypc76rs5w344s3an45295ybf3id6yal5140";
version = "0.2.0.1";
sha256 = "0xwxds884pqywjbc4j6qkx27nbi64sihig8ps9v884sk08021wrp";
buildDepends = [ deepseq hashable text ];
testDepends = [ smallcheck tasty tastySmallcheck text ];
doCheck = false;