summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-10 11:03:13 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 20:41:40 +0100
commit3242e0d495d3ff12d30c229ba3d2807f61f1e83b (patch)
treed9b6977b711238bc77c72d56953836aabf953fc6 /pkgs
parentcd3a9434fee4c8c50688a5542ec418b89995e1f3 (diff)
downloadnixlib-3242e0d495d3ff12d30c229ba3d2807f61f1e83b.tar
nixlib-3242e0d495d3ff12d30c229ba3d2807f61f1e83b.tar.gz
nixlib-3242e0d495d3ff12d30c229ba3d2807f61f1e83b.tar.bz2
nixlib-3242e0d495d3ff12d30c229ba3d2807f61f1e83b.tar.lz
nixlib-3242e0d495d3ff12d30c229ba3d2807f61f1e83b.tar.xz
nixlib-3242e0d495d3ff12d30c229ba3d2807f61f1e83b.tar.zst
nixlib-3242e0d495d3ff12d30c229ba3d2807f61f1e83b.zip
haskell-wai-app-static: update to version 2.0.0.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/wai-app-static/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/libraries/haskell/wai-app-static/default.nix b/pkgs/development/libraries/haskell/wai-app-static/default.nix
index 3bcf63e17963..a6b8eeb4058b 100644
--- a/pkgs/development/libraries/haskell/wai-app-static/default.nix
+++ b/pkgs/development/libraries/haskell/wai-app-static/default.nix
@@ -1,18 +1,18 @@
 { cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
 , cereal, cryptoApi, cryptoConduit, cryptohashCryptoapi, fileEmbed
-, hspec, httpDate, httpTypes, mimeTypes, network, systemFileio
-, systemFilepath, text, time, transformers, unixCompat
-, unorderedContainers, wai, waiTest, zlib
+, filepath, hspec, httpDate, httpTypes, mimeTypes, network
+, systemFileio, systemFilepath, text, time, transformers
+, unixCompat, unorderedContainers, wai, waiTest, zlib
 }:
 
 cabal.mkDerivation (self: {
   pname = "wai-app-static";
-  version = "2.0.0";
-  sha256 = "0zbjwghkg4xsjfxq74s6c041mvkj168r8nhh946yz6n660bkisai";
+  version = "2.0.0.1";
+  sha256 = "0c02j61a62dpl9i736q8cv0b9kw17akkws7waqa4zcbad1wyiqps";
   buildDepends = [
     base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
-    cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed httpDate
-    httpTypes mimeTypes systemFileio systemFilepath text time
+    cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed filepath
+    httpDate httpTypes mimeTypes systemFileio systemFilepath text time
     transformers unixCompat unorderedContainers wai zlib
   ];
   testDepends = [