haskell-yesod-static: updated to version 0.3.0.1
svn path=/nixpkgs/trunk/; revision=28901
This commit is contained in:
parent
4e715256a7
commit
6b2839c361
@ -1,16 +1,14 @@
|
|||||||
{ cabal, base64Bytestring, cereal, pureMD5, text, transformers
|
{ cabal, base64Bytestring, cereal, fileEmbed, httpTypes, pureMD5
|
||||||
, waiAppStatic, yesodCore
|
, text, transformers, unixCompat, wai, waiAppStatic, yesodCore
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-static";
|
pname = "yesod-static";
|
||||||
version = "0.1.0.1";
|
version = "0.3.0.1";
|
||||||
sha256 = "0icb1wp0ndvl54shjyv0apmias60j2gjbcv7i92dxnl3fzx74d3p";
|
sha256 = "1dvg60kawmvczwxvkxzx5k19y36i23fi0faw71ck58mlkjdczby5";
|
||||||
isLibrary = true;
|
|
||||||
isExecutable = true;
|
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal pureMD5 text transformers waiAppStatic
|
base64Bytestring cereal fileEmbed httpTypes pureMD5 text
|
||||||
yesodCore
|
transformers unixCompat wai waiAppStatic yesodCore
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user