mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-wai: updated to version 0.4.3
svn path=/nixpkgs/trunk/; revision=30599
This commit is contained in:
parent
8477d6d8eb
commit
e505446635
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "wai";
|
||||
version = "0.4.2";
|
||||
sha256 = "18w4wzryyqcqqihwckbz92smkqhhxh3lmi0kgxkcgivyzvhd2jqy";
|
||||
version = "0.4.3";
|
||||
sha256 = "08dmsl90ibs6a4sadsd2dhf5mssf5jswk6n2jv19q5sg3dra4m84";
|
||||
buildDepends = [
|
||||
blazeBuilder enumerator httpTypes network text transformers
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue