mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +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: {
|
||||
pname = "ChasingBottoms";
|
||||
version = "1.3.0.7";
|
||||
sha256 = "0g1bx6d2mi27qsb4bxvby50g39fm56gyi2658fyjiq1gamy50ypa";
|
||||
version = "1.3.0.8";
|
||||
sha256 = "1f6jg4j17s3y7hcz9gp7cffa77p57xgzv15ng5ypcxpq603721dv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl QuickCheck random syb ];
|
||||
|
|
Loading…
Reference in a new issue