haskell-mwc-random: update to version 0.13.1.0
This commit is contained in:
parent
4b9d4600e1
commit
ace869c15b
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "mwc-random";
|
pname = "mwc-random";
|
||||||
version = "0.13.0.0";
|
version = "0.13.1.0";
|
||||||
sha256 = "16f8dd81wj81h0jcqnrlr2d6mjc7q2r436qf8z320d6wpzih2djy";
|
sha256 = "16g6b1pphr4p36nn5qjj62iwf47rq8kfmpjgfvd35r3cz9qqb8cb";
|
||||||
buildDepends = [ primitive time vector ];
|
buildDepends = [ primitive time vector ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit QuickCheck statistics testFramework testFrameworkHunit
|
HUnit QuickCheck statistics testFramework testFrameworkHunit
|
||||||
|
|
Loading…
Reference in New Issue