mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
haskell-yesod-static: updated to version 0.3.1.2
svn path=/nixpkgs/trunk/; revision=29914
This commit is contained in:
parent
575ec1ce25
commit
ffbe3e6ef0
1 changed files with 6 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
||||||
{ cabal, base64Bytestring, cereal, fileEmbed, httpTypes, pureMD5
|
{ cabal, base64Bytestring, cereal, enumerator, fileEmbed, httpTypes
|
||||||
, text, transformers, unixCompat, wai, waiAppStatic, yesodCore
|
, pureMD5, text, transformers, unixCompat, wai, waiAppStatic
|
||||||
|
, yesodCore
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-static";
|
pname = "yesod-static";
|
||||||
version = "0.3.0.1";
|
version = "0.3.1.2";
|
||||||
sha256 = "1dvg60kawmvczwxvkxzx5k19y36i23fi0faw71ck58mlkjdczby5";
|
sha256 = "0r72xspxq7122k9vird4yqqzrn6p4xgzvxid7ig62zdxjlw1p36j";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal fileEmbed httpTypes pureMD5 text
|
base64Bytestring cereal enumerator fileEmbed httpTypes pureMD5 text
|
||||||
transformers unixCompat wai waiAppStatic yesodCore
|
transformers unixCompat wai waiAppStatic yesodCore
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue