From 17d4b3da50a6b524aa5bd930180fb640301bc0e8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Mar 2014 13:18:00 +0100 Subject: [PATCH] haskell-yesod-static: update to version 1.2.2.3 --- .../haskell/yesod-static/default.nix | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pkgs/development/libraries/haskell/yesod-static/default.nix b/pkgs/development/libraries/haskell/yesod-static/default.nix index 7059e178bb61..a009cd603788 100644 --- a/pkgs/development/libraries/haskell/yesod-static/default.nix +++ b/pkgs/development/libraries/haskell/yesod-static/default.nix @@ -1,4 +1,4 @@ -{ cabal, base64Bytestring, byteable, conduit, cryptohash +{ cabal, async, base64Bytestring, byteable, conduit, cryptohash , cryptohashConduit, dataDefault, fileEmbed, filepath, hjsmin , hspec, httpTypes, HUnit, mimeTypes, processConduit, resourcet , shakespeareCss, systemFileio, systemFilepath, text, transformers @@ -8,21 +8,21 @@ cabal.mkDerivation (self: { pname = "yesod-static"; - version = "1.2.2.2"; - sha256 = "156qqd2v3z7wv75jsfscs9cvbg1cl1riqcrhycrqcmapjprr2r12"; + version = "1.2.2.3"; + sha256 = "1lxnrd2972yj3a56kz9giz15h2g9qh12pgylpsxhpvscf3xajwml"; buildDepends = [ - base64Bytestring byteable conduit cryptohash cryptohashConduit - dataDefault fileEmbed filepath hjsmin httpTypes mimeTypes - processConduit resourcet shakespeareCss systemFileio systemFilepath - text transformers unixCompat unorderedContainers wai waiAppStatic + async base64Bytestring byteable conduit cryptohash + cryptohashConduit dataDefault fileEmbed filepath hjsmin httpTypes + mimeTypes resourcet shakespeareCss systemFileio systemFilepath text + transformers unixCompat unorderedContainers wai waiAppStatic yesodCore ]; testDepends = [ - base64Bytestring byteable conduit cryptohash cryptohashConduit - dataDefault fileEmbed filepath hjsmin hspec httpTypes HUnit - mimeTypes processConduit resourcet shakespeareCss systemFileio - systemFilepath text transformers unixCompat unorderedContainers wai - waiAppStatic waiTest yesodCore yesodTest + async base64Bytestring byteable conduit cryptohash + cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec + httpTypes HUnit mimeTypes processConduit resourcet shakespeareCss + systemFileio systemFilepath text transformers unixCompat + unorderedContainers wai waiAppStatic waiTest yesodCore yesodTest ]; doCheck = false; meta = {