haskell-json: update to version 0.7
This commit is contained in:
parent
7c35fd86ed
commit
ce72803dff
@ -1,10 +1,10 @@
|
|||||||
{ cabal, mtl, parsec, syb }:
|
{ cabal, mtl, parsec, syb, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "json";
|
pname = "json";
|
||||||
version = "0.6";
|
version = "0.7";
|
||||||
sha256 = "1f5l1992r2gm8fivqfljhgs3nix4qf7h3rji78rsq1kf3r9shz32";
|
sha256 = "18v8vbx3pyskf3ap4lpy2d3461gghfsq5bzjyrjvqsd2r9r44rfk";
|
||||||
buildDepends = [ mtl parsec syb ];
|
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";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user