about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-11-08 14:57:37 +0100
committerPeter Simons <simons@cryp.to>2012-11-08 14:57:37 +0100
commit223e71c1c5124419d76babb0080353bf073d0a23 (patch)
tree24ef2d4c6606b9571074307ec7a91c3640769734
parent4a507acf906c8093ab7a867f44641667a009722b (diff)
downloadnixlib-223e71c1c5124419d76babb0080353bf073d0a23.tar
nixlib-223e71c1c5124419d76babb0080353bf073d0a23.tar.gz
nixlib-223e71c1c5124419d76babb0080353bf073d0a23.tar.bz2
nixlib-223e71c1c5124419d76babb0080353bf073d0a23.tar.lz
nixlib-223e71c1c5124419d76babb0080353bf073d0a23.tar.xz
nixlib-223e71c1c5124419d76babb0080353bf073d0a23.tar.zst
nixlib-223e71c1c5124419d76babb0080353bf073d0a23.zip
haskell-shelly: update to version 0.14.2.3
-rw-r--r--pkgs/development/libraries/haskell/shelly/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/shelly/default.nix b/pkgs/development/libraries/haskell/shelly/default.nix
index 9f67c6ff1b4c..ef7526579fad 100644
--- a/pkgs/development/libraries/haskell/shelly/default.nix
+++ b/pkgs/development/libraries/haskell/shelly/default.nix
@@ -3,12 +3,11 @@
 
 cabal.mkDerivation (self: {
   pname = "shelly";
-  version = "0.14.2.2";
-  sha256 = "10wnmbs8bfj5m7z8gxj4z5ncvrx55br4mcfgs9x2w1avjzq5yhq3";
+  version = "0.14.2.3";
+  sha256 = "0yrn7sg7rjli8ai0zbiqrfb0m53sbxsq5jnygdya0n20gmsb9kr4";
   buildDepends = [
     mtl systemFileio systemFilepath text time unixCompat
   ];
-  jailbreak = true;
   meta = {
     homepage = "https://github.com/yesodweb/Shelly.hs";
     description = "shell-like (systems) programming in Haskell";