mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
haskell-yesod-default: updated to version 0.6.1
svn path=/nixpkgs/trunk/; revision=32207
This commit is contained in:
parent
bb1679d371
commit
ca95e7796c
@ -1,14 +1,14 @@
|
|||||||
{ cabal, cmdargs, dataObject, dataObjectYaml, shakespeareCss
|
{ cabal, shakespeareCss, shakespeareJs, text, transformers
|
||||||
, shakespeareJs, text, transformers, wai, waiExtra, warp, yesodCore
|
, unorderedContainers, wai, waiExtra, warp, yaml, yesodCore
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-default";
|
pname = "yesod-default";
|
||||||
version = "0.5.0";
|
version = "0.6.1";
|
||||||
sha256 = "02j9567nmyxr68q8p8ihbig9b6f9p9ciif8nlp03mfkbq10hwrm3";
|
sha256 = "0am5f8r2w7695zfc6vi0gy8yin9kfgj37qzr14r5v6wzhk1gq5da";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cmdargs dataObject dataObjectYaml shakespeareCss shakespeareJs text
|
shakespeareCss shakespeareJs text transformers unorderedContainers
|
||||||
transformers wai waiExtra warp yesodCore
|
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