mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
haskell-yesod-static: update to version 1.2.0
This commit is contained in:
parent
0f2e38e54a
commit
b39fb32d6e
@ -1,21 +1,24 @@
|
||||
{ cabal, base64Bytestring, cereal, conduit, cryptoConduit
|
||||
, cryptohash, fileEmbed, hspec, httpTypes, systemFilepath, text
|
||||
, transformers, unixCompat, wai, waiAppStatic, yesodCore
|
||||
, cryptohash, dataDefault, fileEmbed, hspec, httpTypes
|
||||
, shakespeareCss, systemFileio, systemFilepath, text, transformers
|
||||
, unixCompat, wai, waiAppStatic, yesodCore
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-static";
|
||||
version = "1.1.2.3";
|
||||
sha256 = "15wk7kpr5xdxia07wyx7msfdlyafqn2pkkrzzdfqvij972n17xmh";
|
||||
version = "1.2.0";
|
||||
sha256 = "18fkphk8qzshm5r0ivdvllmbmvl5q6m84zsf1g0fmridqz2xywjz";
|
||||
buildDepends = [
|
||||
base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
|
||||
httpTypes systemFilepath text transformers unixCompat wai
|
||||
waiAppStatic yesodCore
|
||||
base64Bytestring cereal conduit cryptoConduit cryptohash
|
||||
dataDefault fileEmbed httpTypes shakespeareCss systemFileio
|
||||
systemFilepath text transformers unixCompat wai waiAppStatic
|
||||
yesodCore
|
||||
];
|
||||
testDepends = [
|
||||
base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
|
||||
hspec httpTypes systemFilepath text transformers unixCompat wai
|
||||
waiAppStatic yesodCore
|
||||
base64Bytestring cereal conduit cryptoConduit cryptohash
|
||||
dataDefault fileEmbed hspec httpTypes shakespeareCss systemFileio
|
||||
systemFilepath text transformers unixCompat wai waiAppStatic
|
||||
yesodCore
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
|
Loading…
Reference in New Issue
Block a user