haskell-yesod-default: update to version 1.1.0
This commit is contained in:
parent
19dca37062
commit
fcd1e9eee4
@ -1,15 +1,15 @@
|
||||
{ cabal, networkConduit, shakespeareCss, shakespeareJs, text
|
||||
, transformers, unorderedContainers, wai, waiExtra, warp, yaml
|
||||
, yesodCore
|
||||
{ cabal, dataDefault, hamlet, networkConduit, shakespeareCss
|
||||
, shakespeareJs, text, transformers, unorderedContainers, wai
|
||||
, waiExtra, warp, yaml, yesodCore
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-default";
|
||||
version = "1.0.1.1";
|
||||
sha256 = "0jv7fxrgh2x93saz0vrba0mzafq3wmq85b3idcsny4d8mgj6ngv0";
|
||||
version = "1.1.0";
|
||||
sha256 = "124407a0in474l71jja04ds0xh84ac5i3jv62iswxlcp1y9f52bq";
|
||||
buildDepends = [
|
||||
networkConduit shakespeareCss shakespeareJs text transformers
|
||||
unorderedContainers wai waiExtra warp yaml yesodCore
|
||||
dataDefault hamlet networkConduit shakespeareCss shakespeareJs text
|
||||
transformers unorderedContainers wai waiExtra warp yaml yesodCore
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
|
Loading…
Reference in New Issue
Block a user