about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-26 11:04:16 +0200
committerPeter Simons <simons@cryp.to>2012-10-26 11:04:36 +0200
commitc7d12cdd90115f946022b95439f1d445790b47c7 (patch)
tree265f8c9b90323bd1d527e4ca5595a34e1236691c /pkgs/development/libraries
parent8695749668cf33668161e246eb0a44e4ec89d6e1 (diff)
downloadnixlib-c7d12cdd90115f946022b95439f1d445790b47c7.tar
nixlib-c7d12cdd90115f946022b95439f1d445790b47c7.tar.gz
nixlib-c7d12cdd90115f946022b95439f1d445790b47c7.tar.bz2
nixlib-c7d12cdd90115f946022b95439f1d445790b47c7.tar.lz
nixlib-c7d12cdd90115f946022b95439f1d445790b47c7.tar.xz
nixlib-c7d12cdd90115f946022b95439f1d445790b47c7.tar.zst
nixlib-c7d12cdd90115f946022b95439f1d445790b47c7.zip
haskell-shelly: update to version 0.14.2.1
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/shelly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/shelly/default.nix b/pkgs/development/libraries/haskell/shelly/default.nix
index c266b6bd085a..a7f434bfb2ce 100644
--- a/pkgs/development/libraries/haskell/shelly/default.nix
+++ b/pkgs/development/libraries/haskell/shelly/default.nix
@@ -3,8 +3,8 @@
 
 cabal.mkDerivation (self: {
   pname = "shelly";
-  version = "0.14.2";
-  sha256 = "1vx7yq5fj4dnba94ypf8ldd236kivxisrzhkxcfhhar5zvw2jqng";
+  version = "0.14.2.1";
+  sha256 = "0zddrb17i9aazwziazjzcb96n6m794qyj3h85whph06y4krbygnl";
   buildDepends = [
     mtl systemFileio systemFilepath text time unixCompat
   ];