summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-16 17:16:32 +0200
committerPeter Simons <simons@cryp.to>2013-10-18 12:52:27 +0200
commitc72d4a105ae6d3995006b7cb80c5a19d94765b31 (patch)
tree091274b7423c5e0d998b84649d43d6255fee737e /pkgs/development
parentb258b45a4f2c9034ac8458e428601f81387d028e (diff)
downloadnixlib-c72d4a105ae6d3995006b7cb80c5a19d94765b31.tar
nixlib-c72d4a105ae6d3995006b7cb80c5a19d94765b31.tar.gz
nixlib-c72d4a105ae6d3995006b7cb80c5a19d94765b31.tar.bz2
nixlib-c72d4a105ae6d3995006b7cb80c5a19d94765b31.tar.lz
nixlib-c72d4a105ae6d3995006b7cb80c5a19d94765b31.tar.xz
nixlib-c72d4a105ae6d3995006b7cb80c5a19d94765b31.tar.zst
nixlib-c72d4a105ae6d3995006b7cb80c5a19d94765b31.zip
haskell-ChasingBottoms: update to version 1.3.0.7
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/ChasingBottoms/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/ChasingBottoms/default.nix b/pkgs/development/libraries/haskell/ChasingBottoms/default.nix
index 719e5eb2cee9..b22272a77033 100644
--- a/pkgs/development/libraries/haskell/ChasingBottoms/default.nix
+++ b/pkgs/development/libraries/haskell/ChasingBottoms/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "ChasingBottoms";
-  version = "1.3.0.6";
-  sha256 = "1l40n1ylzrbp0lhm80q9djl8mf39zvmw7zzlg0gzxsqbzwbsggx8";
+  version = "1.3.0.7";
+  sha256 = "0g1bx6d2mi27qsb4bxvby50g39fm56gyi2658fyjiq1gamy50ypa";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ mtl QuickCheck random syb ];