about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-11 10:18:50 +0200
committerPeter Simons <simons@cryp.to>2012-10-11 10:18:50 +0200
commitc30dc2231e1a5ce65b365386c48ef23be5baf2aa (patch)
tree8b6a467d8f372c6dbe2e8bd23e6714fb23a22204
parent4b9b535b74fe4e7a93c7388d938a677fbc40a468 (diff)
downloadnixlib-c30dc2231e1a5ce65b365386c48ef23be5baf2aa.tar
nixlib-c30dc2231e1a5ce65b365386c48ef23be5baf2aa.tar.gz
nixlib-c30dc2231e1a5ce65b365386c48ef23be5baf2aa.tar.bz2
nixlib-c30dc2231e1a5ce65b365386c48ef23be5baf2aa.tar.lz
nixlib-c30dc2231e1a5ce65b365386c48ef23be5baf2aa.tar.xz
nixlib-c30dc2231e1a5ce65b365386c48ef23be5baf2aa.tar.zst
nixlib-c30dc2231e1a5ce65b365386c48ef23be5baf2aa.zip
haskell-snap: update to version 0.9.2.2
-rw-r--r--pkgs/development/libraries/haskell/snap/snap.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/development/libraries/haskell/snap/snap.nix b/pkgs/development/libraries/haskell/snap/snap.nix
index 83e149391c52..1676de1e8404 100644
--- a/pkgs/development/libraries/haskell/snap/snap.nix
+++ b/pkgs/development/libraries/haskell/snap/snap.nix
@@ -2,14 +2,14 @@
 , dataLens, dataLensTemplate, directoryTree, filepath, hashable
 , heist, logict, MonadCatchIOTransformers, mtl, mwcRandom
 , pwstoreFast, snapCore, snapServer, stm, syb, text, time
-, transformers, unorderedContainers, utf8String, vector
-, vectorAlgorithms, xmlhtml
+, transformers, unorderedContainers, vector, vectorAlgorithms
+, xmlhtml
 }:
 
 cabal.mkDerivation (self: {
   pname = "snap";
-  version = "0.9.2.1";
-  sha256 = "0gxnkr6icx2g16w3ab54cqy4x15xj6y9cs6qv8dg0xamm7kyyfhl";
+  version = "0.9.2.2";
+  sha256 = "1ql9c8b9arcd8zwlwsiipl4diah87sp339ljc5bc7yls1g4d9zsw";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
@@ -17,9 +17,8 @@ cabal.mkDerivation (self: {
     dataLensTemplate directoryTree filepath hashable heist logict
     MonadCatchIOTransformers mtl mwcRandom pwstoreFast snapCore
     snapServer stm syb text time transformers unorderedContainers
-    utf8String vector vectorAlgorithms xmlhtml
+    vector vectorAlgorithms xmlhtml
   ];
-  jailbreak = true;
   meta = {
     homepage = "http://snapframework.com/";
     description = "Top-level package for the Snap Web Framework";