summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-27 12:39:36 +0100
committerPeter Simons <simons@cryp.to>2013-10-27 19:07:14 +0100
commitef29da6cc5a25b4f0c63946e625bae96d3d6dfbd (patch)
tree6c7dc026044ed20f5ad34e6f487b13144fcfef77 /pkgs
parente93599cb23ebfd85013740aada2936b5265ef66f (diff)
downloadnixlib-ef29da6cc5a25b4f0c63946e625bae96d3d6dfbd.tar
nixlib-ef29da6cc5a25b4f0c63946e625bae96d3d6dfbd.tar.gz
nixlib-ef29da6cc5a25b4f0c63946e625bae96d3d6dfbd.tar.bz2
nixlib-ef29da6cc5a25b4f0c63946e625bae96d3d6dfbd.tar.lz
nixlib-ef29da6cc5a25b4f0c63946e625bae96d3d6dfbd.tar.xz
nixlib-ef29da6cc5a25b4f0c63946e625bae96d3d6dfbd.tar.zst
nixlib-ef29da6cc5a25b4f0c63946e625bae96d3d6dfbd.zip
haskell-crypto-cipher-tests: update to version 0.0.11
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/crypto-cipher-tests/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/crypto-cipher-tests/default.nix b/pkgs/development/libraries/haskell/crypto-cipher-tests/default.nix
index ed071bbc92a6..3c5149364682 100644
--- a/pkgs/development/libraries/haskell/crypto-cipher-tests/default.nix
+++ b/pkgs/development/libraries/haskell/crypto-cipher-tests/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "crypto-cipher-tests";
-  version = "0.0.10";
-  sha256 = "1gmhpk1pdc9axkmpw9fyr1zgv6pskyzzlsq8icp2w4fc83l61smb";
+  version = "0.0.11";
+  sha256 = "19wqignlq90qwpam01hnmmrxaxh5lkax9l1l6rlbi4a07nvp1dnz";
   buildDepends = [
     byteable cryptoCipherTypes HUnit mtl QuickCheck securemem
     testFramework testFrameworkHunit testFrameworkQuickcheck2