haskell-json: update to version 0.8
This commit is contained in:
parent
e064cd4b10
commit
3ae48a68f6
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "json";
|
pname = "json";
|
||||||
version = "0.7";
|
version = "0.8";
|
||||||
sha256 = "18v8vbx3pyskf3ap4lpy2d3461gghfsq5bzjyrjvqsd2r9r44rfk";
|
sha256 = "0ddwgp54drnv4d6jss1fp1khg0d463fz7lasx75fc0bxzjq6ln2w";
|
||||||
buildDepends = [ mtl parsec syb text ];
|
buildDepends = [ mtl parsec syb text ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Support for serialising Haskell to and from JSON";
|
description = "Support for serialising Haskell to and from JSON";
|
||||||
|
|
Loading…
Reference in New Issue