mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-ChasingBottoms: update to version 1.3.0.8
This commit is contained in:
parent
62bb741348
commit
524be7b33c
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ChasingBottoms";
|
pname = "ChasingBottoms";
|
||||||
version = "1.3.0.7";
|
version = "1.3.0.8";
|
||||||
sha256 = "0g1bx6d2mi27qsb4bxvby50g39fm56gyi2658fyjiq1gamy50ypa";
|
sha256 = "1f6jg4j17s3y7hcz9gp7cffa77p57xgzv15ng5ypcxpq603721dv";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl QuickCheck random syb ];
|
buildDepends = [ mtl QuickCheck random syb ];
|
||||||
|
|
Loading…
Reference in a new issue