summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-09 12:10:54 +0200
committerPeter Simons <simons@cryp.to>2012-08-09 12:11:18 +0200
commit4d67ae81f5e4a40544572ffe6de9f2ed01b40605 (patch)
tree6301910c28b4047abf9ac6ae585c828c127bded5
parent55dc4972cb1d0f43ed86d9baa513b03dca9b5b33 (diff)
downloadnixlib-4d67ae81f5e4a40544572ffe6de9f2ed01b40605.tar
nixlib-4d67ae81f5e4a40544572ffe6de9f2ed01b40605.tar.gz
nixlib-4d67ae81f5e4a40544572ffe6de9f2ed01b40605.tar.bz2
nixlib-4d67ae81f5e4a40544572ffe6de9f2ed01b40605.tar.lz
nixlib-4d67ae81f5e4a40544572ffe6de9f2ed01b40605.tar.xz
nixlib-4d67ae81f5e4a40544572ffe6de9f2ed01b40605.tar.zst
nixlib-4d67ae81f5e4a40544572ffe6de9f2ed01b40605.zip
haskell-yesod-static: update to version 1.1.0
-rw-r--r--pkgs/development/libraries/haskell/yesod-static/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-static/default.nix b/pkgs/development/libraries/haskell/yesod-static/default.nix
index 72a1fed8db95..d7e9498c968f 100644
--- a/pkgs/development/libraries/haskell/yesod-static/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-static/default.nix
@@ -1,15 +1,16 @@
 { cabal, base64Bytestring, cereal, conduit, cryptoConduit
-, cryptohash, fileEmbed, httpTypes, text, transformers, unixCompat
-, wai, waiAppStatic, yesodCore
+, cryptohash, fileEmbed, httpTypes, systemFilepath, text
+, transformers, unixCompat, wai, waiAppStatic, yesodCore
 }:
 
 cabal.mkDerivation (self: {
   pname = "yesod-static";
-  version = "1.0.0.3";
-  sha256 = "1nl7cf8yw5akldlrkamnkbypwnj7g1pjkx7nkmlc38jbx58izf5d";
+  version = "1.1.0";
+  sha256 = "07aynfgr5hbm98yimlbw9scph387rkxh4mdij4is1mcv2rdhvhxm";
   buildDepends = [
     base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
-    httpTypes text transformers unixCompat wai waiAppStatic yesodCore
+    httpTypes systemFilepath text transformers unixCompat wai
+    waiAppStatic yesodCore
   ];
   meta = {
     homepage = "http://www.yesodweb.com/";