haskell-yesod-default: update to version 1.1.1
This commit is contained in:
parent
3ee0c8cb0f
commit
20493d9549
@ -1,15 +1,16 @@
|
|||||||
{ cabal, dataDefault, hamlet, networkConduit, shakespeareCss
|
{ cabal, dataDefault, hamlet, networkConduit, safe, shakespeareCss
|
||||||
, shakespeareJs, text, transformers, unorderedContainers, wai
|
, shakespeareJs, text, transformers, unorderedContainers, wai
|
||||||
, waiExtra, warp, yaml, yesodCore
|
, waiExtra, warp, yaml, yesodCore
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-default";
|
pname = "yesod-default";
|
||||||
version = "1.1.0.2";
|
version = "1.1.1";
|
||||||
sha256 = "0gjf819mrg3h50c8qlnh8i3xzq0z8mdz8bbqrpjx1haljcgxrzm3";
|
sha256 = "1nphnb5dvgniff9msj0psa1nbkz3zv2rx221c6xwz9x9gy6n3vwv";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
dataDefault hamlet networkConduit shakespeareCss shakespeareJs text
|
dataDefault hamlet networkConduit safe shakespeareCss shakespeareJs
|
||||||
transformers unorderedContainers wai waiExtra warp yaml yesodCore
|
text transformers unorderedContainers wai waiExtra warp yaml
|
||||||
|
yesodCore
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
Loading…
Reference in New Issue
Block a user