forked from mirrors/nixpkgs
haskell-json-assertions: jailbreak to fix build with latest version of 'lens'
This commit is contained in:
parent
2bc4e43aa3
commit
27242c52f7
|
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||
version = "1.0.5";
|
||||
sha256 = "1vf6y8xbl48giq1p6d62294rfvfdw62l1q4dspy990ii0v5gkyck";
|
||||
buildDepends = [ aeson indexed indexedFree lens lensAeson text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/ocharles/json-assertions.git";
|
||||
description = "Test that your (Aeson) JSON encoding matches your expectations";
|
||||
|
|
Loading…
Reference in a new issue