haskell-yesod-static: updated to version 0.10.1

svn path=/nixpkgs/trunk/; revision=32211
This commit is contained in:
Peter Simons 2012-02-10 11:34:18 +00:00
parent a5461d2cc8
commit 4b7ebbed6f

View file

@ -1,15 +1,15 @@
{ cabal, base64Bytestring, cereal, enumerator, fileEmbed, httpTypes { cabal, base64Bytestring, cereal, conduit, cryptoConduit
, pureMD5, text, transformers, unixCompat, wai, waiAppStatic , cryptohash, fileEmbed, httpTypes, text, transformers, unixCompat
, yesodCore , wai, waiAppStatic, yesodCore
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-static"; pname = "yesod-static";
version = "0.3.2.1"; version = "0.10.1";
sha256 = "0gggavj5bxb12axlfl8kmqizgg55nmcrr6z5za60n3bp70sq4vn4"; sha256 = "07dapygk2n6d7sk39gwi06w96b13dqhxgx3l7ac198nil5x2m68m";
buildDepends = [ buildDepends = [
base64Bytestring cereal enumerator fileEmbed httpTypes pureMD5 text base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
transformers unixCompat wai waiAppStatic yesodCore httpTypes text transformers unixCompat wai waiAppStatic yesodCore
]; ];
meta = { meta = {
homepage = "http://www.yesodweb.com/"; homepage = "http://www.yesodweb.com/";