mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
haskell-yesod-static: update to version 1.1.0
This commit is contained in:
parent
55dc4972cb
commit
4d67ae81f5
@ -1,15 +1,16 @@
|
||||
{ cabal, base64Bytestring, cereal, conduit, cryptoConduit
|
||||
, cryptohash, fileEmbed, httpTypes, text, transformers, unixCompat
|
||||
, wai, waiAppStatic, yesodCore
|
||||
, cryptohash, fileEmbed, httpTypes, systemFilepath, text
|
||||
, transformers, unixCompat, wai, waiAppStatic, yesodCore
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-static";
|
||||
version = "1.0.0.3";
|
||||
sha256 = "1nl7cf8yw5akldlrkamnkbypwnj7g1pjkx7nkmlc38jbx58izf5d";
|
||||
version = "1.1.0";
|
||||
sha256 = "07aynfgr5hbm98yimlbw9scph387rkxh4mdij4is1mcv2rdhvhxm";
|
||||
buildDepends = [
|
||||
base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
|
||||
httpTypes text transformers unixCompat wai waiAppStatic yesodCore
|
||||
httpTypes systemFilepath text transformers unixCompat wai
|
||||
waiAppStatic yesodCore
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
|
Loading…
Reference in New Issue
Block a user