mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +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
|
{ cabal, base64Bytestring, cereal, conduit, cryptoConduit
|
||||||
, cryptohash, fileEmbed, httpTypes, text, transformers, unixCompat
|
, cryptohash, fileEmbed, httpTypes, systemFilepath, text
|
||||||
, wai, waiAppStatic, yesodCore
|
, transformers, unixCompat, wai, waiAppStatic, yesodCore
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-static";
|
pname = "yesod-static";
|
||||||
version = "1.0.0.3";
|
version = "1.1.0";
|
||||||
sha256 = "1nl7cf8yw5akldlrkamnkbypwnj7g1pjkx7nkmlc38jbx58izf5d";
|
sha256 = "07aynfgr5hbm98yimlbw9scph387rkxh4mdij4is1mcv2rdhvhxm";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
|
base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
|
||||||
httpTypes text transformers unixCompat wai waiAppStatic yesodCore
|
httpTypes systemFilepath text transformers unixCompat wai
|
||||||
|
waiAppStatic yesodCore
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
Loading…
Reference in New Issue
Block a user