summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-09 13:03:25 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 20:41:39 +0100
commitc1f1d00bce88843c884950c95852f129c5bfa4a8 (patch)
treedbaf0e3e9e93f3f8d25d5989b27110c5fa0db85e /pkgs
parentc2f98216f8a80bdf989f8b00299b3dbd78ea1cef (diff)
downloadnixlib-c1f1d00bce88843c884950c95852f129c5bfa4a8.tar
nixlib-c1f1d00bce88843c884950c95852f129c5bfa4a8.tar.gz
nixlib-c1f1d00bce88843c884950c95852f129c5bfa4a8.tar.bz2
nixlib-c1f1d00bce88843c884950c95852f129c5bfa4a8.tar.lz
nixlib-c1f1d00bce88843c884950c95852f129c5bfa4a8.tar.xz
nixlib-c1f1d00bce88843c884950c95852f129c5bfa4a8.tar.zst
nixlib-c1f1d00bce88843c884950c95852f129c5bfa4a8.zip
haskell-yesod-core: update to version 1.2.6.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/yesod-core/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-core/default.nix b/pkgs/development/libraries/haskell/yesod-core/default.nix
index 789d158fa6c5..86b2eec8945c 100644
--- a/pkgs/development/libraries/haskell/yesod-core/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-core/default.nix
@@ -4,21 +4,22 @@
 , httpTypes, HUnit, liftedBase, monadControl, monadLogger, parsec
 , pathPieces, QuickCheck, random, resourcet, safe, shakespeare
 , shakespeareCss, shakespeareI18n, shakespeareJs, text, time
-, transformers, transformersBase, vector, wai, waiExtra, waiTest
-, warp, yesodRoutes
+, transformers, transformersBase, unixCompat, vector, wai, waiExtra
+, waiLogger, waiTest, warp, yesodRoutes
 }:
 
 cabal.mkDerivation (self: {
   pname = "yesod-core";
-  version = "1.2.5";
-  sha256 = "0ia5j6vnxy32y6776wlsfcv9d6s7slqpmkhxw3pipcqd5sjn4kf9";
+  version = "1.2.6.1";
+  sha256 = "12w8lxkxdwf2pfanz33grciyh4ijn6nzrz4lm478w20y9frmf1nm";
   buildDepends = [
     aeson attoparsecConduit blazeBuilder blazeHtml blazeMarkup
     caseInsensitive cereal clientsession conduit cookie dataDefault
     failure fastLogger hamlet httpTypes liftedBase monadControl
     monadLogger parsec pathPieces random resourcet safe shakespeare
     shakespeareCss shakespeareI18n shakespeareJs text time transformers
-    transformersBase vector wai waiExtra warp yesodRoutes
+    transformersBase unixCompat vector wai waiExtra waiLogger warp
+    yesodRoutes
   ];
   testDepends = [
     blazeBuilder conduit hamlet hspec httpTypes HUnit liftedBase