mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
haskell-mwc-random: update to version 0.13.1.2
This commit is contained in:
parent
d00e504a92
commit
3ad632c777
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "mwc-random";
|
pname = "mwc-random";
|
||||||
version = "0.13.1.1";
|
version = "0.13.1.2";
|
||||||
sha256 = "1hi9ci65m3pjkli0rvx2x4fmp73c9fsmnc1zkpaj4g64ibhhir64";
|
sha256 = "0b0amp9nv750azg3jc5yyfpdaqzh0z09jp41hwgrzr0j6kq1ygqi";
|
||||||
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
Block a user