mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
haskell-json: update to version 0.6
This commit is contained in:
parent
0e25ce427e
commit
1902ca085a
|
@ -2,10 +2,9 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "json";
|
||||
version = "0.5";
|
||||
sha256 = "12jbvq0lp7z5q6g94pv8s5455yydfyh9h2xlr76wqzfh3myvy6fl";
|
||||
version = "0.6";
|
||||
sha256 = "1f5l1992r2gm8fivqfljhgs3nix4qf7h3rji78rsq1kf3r9shz32";
|
||||
buildDepends = [ mtl parsec syb ];
|
||||
patchPhase = "sed -i json.cabal -e '1iExtensions: FlexibleInstances'";
|
||||
meta = {
|
||||
description = "Support for serialising Haskell to and from JSON";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue