3
0
Fork 0
forked from mirrors/nixpkgs

haskell-json-assertions: jailbreak to fix build with latest version of 'lens'

This commit is contained in:
Peter Simons 2014-11-01 16:56:28 +01:00
parent 2bc4e43aa3
commit 27242c52f7

View file

@ -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";