summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hspec-expectations/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-14 10:53:42 +0200
committerPeter Simons <simons@cryp.to>2014-07-14 17:33:49 +0200
commit889bf2b3aec13b2a385f1b33685e818fdb601f21 (patch)
treec7c5bf521116b965a6392e4e7613bb7e48be83d0 /pkgs/development/libraries/haskell/hspec-expectations/default.nix
parent9013785c59cd5aa1531afcf9ce8ea014b62e2a7d (diff)
downloadnixlib-889bf2b3aec13b2a385f1b33685e818fdb601f21.tar
nixlib-889bf2b3aec13b2a385f1b33685e818fdb601f21.tar.gz
nixlib-889bf2b3aec13b2a385f1b33685e818fdb601f21.tar.bz2
nixlib-889bf2b3aec13b2a385f1b33685e818fdb601f21.tar.lz
nixlib-889bf2b3aec13b2a385f1b33685e818fdb601f21.tar.xz
nixlib-889bf2b3aec13b2a385f1b33685e818fdb601f21.tar.zst
nixlib-889bf2b3aec13b2a385f1b33685e818fdb601f21.zip
haskell-hspec-expectations: update to version 0.6.0
Diffstat (limited to 'pkgs/development/libraries/haskell/hspec-expectations/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/hspec-expectations/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/hspec-expectations/default.nix b/pkgs/development/libraries/haskell/hspec-expectations/default.nix
index 1f23c1d4e945..313d1a01f022 100644
--- a/pkgs/development/libraries/haskell/hspec-expectations/default.nix
+++ b/pkgs/development/libraries/haskell/hspec-expectations/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hspec-expectations";
-  version = "0.5.0.1";
-  sha256 = "0r1yy94q30gp3wyif7qfa22gn3g2lrszwygsy4wknc396fab7mvj";
+  version = "0.6.0";
+  sha256 = "01l9mnny5pgaqqswv1hyq1v77yd4vx9bfyz6662iypc0fz78519i";
   buildDepends = [ HUnit ];
   testDepends = [ hspec HUnit markdownUnlit silently ];
   doCheck = false;