mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-yesod-default: update to version 1.2.0
This commit is contained in:
parent
c4260c58bd
commit
6dbbd1822b
1 changed files with 5 additions and 12 deletions
|
@ -1,20 +1,13 @@
|
|||
{ cabal, dataDefault, hamlet, networkConduit, safe, shakespeareCss
|
||||
, shakespeareJs, text, transformers, unorderedContainers, wai
|
||||
, waiExtra, warp, yaml, yesodCore
|
||||
}:
|
||||
{ cabal, yesodCore }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-default";
|
||||
version = "1.1.3.2";
|
||||
sha256 = "07gm9sj4c231wdmfmb7df1s8wvqa6fw7nhcq554h16h2ibv5pcqg";
|
||||
buildDepends = [
|
||||
dataDefault hamlet networkConduit safe shakespeareCss shakespeareJs
|
||||
text transformers unorderedContainers wai waiExtra warp yaml
|
||||
yesodCore
|
||||
];
|
||||
version = "1.2.0";
|
||||
sha256 = "15nsknnxnfbkpg4pswxcpgfb2y0hz0xxj56jknd93hcm7aay36pk";
|
||||
buildDepends = [ yesodCore ];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
description = "Default config and main functions for your yesod application";
|
||||
description = "Default config and main functions for your yesod application (deprecated)";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
|
|
Loading…
Reference in a new issue