1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-http-common: update to version 0.7.1.1

This commit is contained in:
Peter Simons 2014-01-17 10:40:21 +01:00
parent 30e8a526e4
commit 930150bf4b

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "http-common";
version = "0.7.0.1";
sha256 = "1brflygyf8y60jilrl6p8jdr5k5zwcqpdhj6j51vj9n4gsnr6a8d";
version = "0.7.1.1";
sha256 = "1a0szaqs1halrv4kx57g2hd4vcdhks7pfal0hyq19af2pncaz1h8";
buildDepends = [
base64Bytestring blazeBuilder caseInsensitive mtl network text
transformers unorderedContainers