haskell-aeson: update to version 0.6.2.0
This commit is contained in:
parent
5204195c2c
commit
5d0ffebdf7
|
@ -5,15 +5,15 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "aeson";
|
pname = "aeson";
|
||||||
version = "0.6.1.0";
|
version = "0.6.2.0";
|
||||||
sha256 = "16hjwcybmgmk1sg8x02r9bxisx4gl61rlq8w2zsxfgkxwjpfhkbx";
|
sha256 = "1f7bzgwl9pm5a79gr3a8wxh7dyz4k2508d0bw4l0mbjgv6r7s4an";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder deepseq dlist hashable mtl syb text time
|
attoparsec blazeBuilder deepseq dlist hashable mtl syb text time
|
||||||
unorderedContainers vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec QuickCheck testFramework testFrameworkQuickcheck2 text
|
attoparsec QuickCheck testFramework testFrameworkQuickcheck2 text
|
||||||
time
|
time unorderedContainers vector
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue