tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-wai-app-static: update to version 1.3.2.1
Peter Simons
12 years ago
535819cc
cd0545d7
+6
-6
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
wai-app-static
default.nix
+6
-6
pkgs/development/libraries/haskell/wai-app-static/default.nix
···
1
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
2
, cereal, cryptoApi, cryptoConduit, cryptohashCryptoapi, fileEmbed
3
, hspec, httpDate, httpTypes, mimeTypes, network, systemFileio
4
-
, systemFilepath, text, time, transformers, unixCompat, wai
5
-
, waiTest
6
}:
7
8
cabal.mkDerivation (self: {
9
pname = "wai-app-static";
10
-
version = "1.3.1.4";
11
-
sha256 = "1457643xkigqnacg1fw25jp9kjqiy55d22ll8fml07bxs37hlr63";
12
buildDepends = [
13
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
14
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed httpDate
15
httpTypes mimeTypes systemFileio systemFilepath text time
16
-
transformers unixCompat wai
17
];
18
testDepends = [
19
hspec httpDate httpTypes mimeTypes network text time transformers
20
-
unixCompat wai waiTest
21
];
22
meta = {
23
homepage = "http://www.yesodweb.com/book/web-application-interface";
···
1
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
2
, cereal, cryptoApi, cryptoConduit, cryptohashCryptoapi, fileEmbed
3
, hspec, httpDate, httpTypes, mimeTypes, network, systemFileio
4
+
, systemFilepath, text, time, transformers, unixCompat
5
+
, unorderedContainers, wai, waiTest, zlib
6
}:
7
8
cabal.mkDerivation (self: {
9
pname = "wai-app-static";
10
+
version = "1.3.2.1";
11
+
sha256 = "1iw2b53p08c38fdh3d0js9j8lyy0i8qszp3jd736kzxxiig6ah79";
12
buildDepends = [
13
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
14
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed httpDate
15
httpTypes mimeTypes systemFileio systemFilepath text time
16
+
transformers unixCompat unorderedContainers wai zlib
17
];
18
testDepends = [
19
hspec httpDate httpTypes mimeTypes network text time transformers
20
+
unixCompat wai waiTest zlib
21
];
22
meta = {
23
homepage = "http://www.yesodweb.com/book/web-application-interface";