summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-03-12 11:27:14 +0100
committerPeter Simons <simons@cryp.to>2014-03-13 11:45:05 +0100
commit1e99af6888cfa6ff6783e17608523ff4cba9227c (patch)
tree7175864f73bc7db8c734ff3c4d9e157ccad12026 /pkgs/development
parentb38f435e0e282cdb793c0ec1af8a907941bf047f (diff)
downloadnixpkgs-1e99af6888cfa6ff6783e17608523ff4cba9227c.tar
nixpkgs-1e99af6888cfa6ff6783e17608523ff4cba9227c.tar.gz
nixpkgs-1e99af6888cfa6ff6783e17608523ff4cba9227c.tar.bz2
nixpkgs-1e99af6888cfa6ff6783e17608523ff4cba9227c.tar.lz
nixpkgs-1e99af6888cfa6ff6783e17608523ff4cba9227c.tar.xz
nixpkgs-1e99af6888cfa6ff6783e17608523ff4cba9227c.tar.zst
nixpkgs-1e99af6888cfa6ff6783e17608523ff4cba9227c.zip
haskell-shelly: update to version 1.5.0.1
Diffstat (limited to 'pkgs/development')
-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 720bbea8933..3ebc62932cf 100644
--- a/pkgs/development/libraries/haskell/shelly/default.nix
+++ b/pkgs/development/libraries/haskell/shelly/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "shelly";
-  version = "1.4.4.2";
-  sha256 = "01h08bw7j7f5vi3bffd4ipvj5nmab8j5rqgxav688n2jm2342jzk";
+  version = "1.5.0.1";
+  sha256 = "19mfxdwnzv01bxd0l5q2z4mbdp7r8p6z2bm083vjlxx7cc35wv7a";
   buildDepends = [
     async mtl systemFileio systemFilepath text time unixCompat
   ];