haskell-ChasingBottoms: update to version 1.3.0.7

This commit is contained in:
Peter Simons 2013-10-16 17:16:32 +02:00
parent b258b45a4f
commit c72d4a105a

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ChasingBottoms"; pname = "ChasingBottoms";
version = "1.3.0.6"; version = "1.3.0.7";
sha256 = "1l40n1ylzrbp0lhm80q9djl8mf39zvmw7zzlg0gzxsqbzwbsggx8"; sha256 = "0g1bx6d2mi27qsb4bxvby50g39fm56gyi2658fyjiq1gamy50ypa";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ mtl QuickCheck random syb ]; buildDepends = [ mtl QuickCheck random syb ];