mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
haskell-http-common: update to version 0.7.1.1
This commit is contained in:
parent
30e8a526e4
commit
930150bf4b
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-common";
|
pname = "http-common";
|
||||||
version = "0.7.0.1";
|
version = "0.7.1.1";
|
||||||
sha256 = "1brflygyf8y60jilrl6p8jdr5k5zwcqpdhj6j51vj9n4gsnr6a8d";
|
sha256 = "1a0szaqs1halrv4kx57g2hd4vcdhks7pfal0hyq19af2pncaz1h8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder caseInsensitive mtl network text
|
base64Bytestring blazeBuilder caseInsensitive mtl network text
|
||||||
transformers unorderedContainers
|
transformers unorderedContainers
|
||||||
|
|
Loading…
Reference in a new issue