mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
haskell-wai-app-static: update to version 1.3.0
This commit is contained in:
parent
34af15ebe0
commit
34e0642359
@ -1,15 +1,17 @@
|
||||
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, cryptohash
|
||||
, fileEmbed, httpDate, httpTypes, text, time, transformers
|
||||
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
||||
, cereal, cryptoConduit, cryptohash, fileEmbed, httpDate, httpTypes
|
||||
, mimeTypes, systemFileio, systemFilepath, text, time, transformers
|
||||
, unixCompat, wai
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "wai-app-static";
|
||||
version = "1.2.0.4";
|
||||
sha256 = "06j9k93kzzzqznp61kwclvnnfas77jry4x93r5jn5n22198szcyi";
|
||||
version = "1.3.0";
|
||||
sha256 = "1xsjq0xip9anbd4cpami8w6d2p0pdp375hzw1jx6pvajjmkjksqn";
|
||||
buildDepends = [
|
||||
base64Bytestring blazeBuilder blazeHtml cryptohash fileEmbed
|
||||
httpDate httpTypes text time transformers unixCompat wai
|
||||
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
||||
cryptoConduit cryptohash fileEmbed httpDate httpTypes mimeTypes
|
||||
systemFileio systemFilepath text time transformers unixCompat wai
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/wai";
|
||||
|
Loading…
Reference in New Issue
Block a user