mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
Merge pull request #2967 from sol/master
Update haskell-http-kit and haskell-aeson-qq
This commit is contained in:
commit
a83aa733c3
|
@ -2,10 +2,10 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "aeson-qq";
|
||||
version = "0.7.1";
|
||||
sha256 = "1b2ham1h6mlm49ax9k2agf8yymbgkk094nq2apn703i2d9v00im6";
|
||||
version = "0.7.2";
|
||||
sha256 = "1h4agwl8kr6qpy4775pxmaizhlzbwjqb23pxn2vvz9wbm2vnixwk";
|
||||
buildDepends = [ aeson haskellSrcMeta parsec text vector ];
|
||||
testDepends = [ aeson hspec ];
|
||||
testDepends = [ aeson haskellSrcMeta hspec parsec text vector ];
|
||||
meta = {
|
||||
homepage = "http://github.com/zalora/aeson-qq";
|
||||
description = "JSON quasiquoter for Haskell";
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "http-kit";
|
||||
version = "0.4.0";
|
||||
sha256 = "0g7gc8faxibj0rhfasa6iaf7ikq4rs0428gca6mhaqp3zf8j7m8h";
|
||||
version = "0.5.0";
|
||||
sha256 = "0djg2gg12w9sd598hx959cgr5027ghza3m6aaym9ipb43w6mds5p";
|
||||
buildDepends = [ caseInsensitive httpTypes ];
|
||||
testDepends = [ hspec httpTypes QuickCheck quickcheckInstances ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue