jailbreak cabal-lens so that it builds with lens v4.4

bug report submitted to cabal-lens to request upper bound bump
This commit is contained in:
Cray Elliott 2014-08-22 00:15:07 -07:00
parent fbecc24611
commit b5c1cdd713

View File

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "0.3";
sha256 = "13nx9cn81cx9cj7fk07akqvz4qkl49dlgb5wl5wanag6bafa6vhl";
buildDepends = [ Cabal lens unorderedContainers ];
jailbreak = true;
meta = {
description = "Lenses and traversals for the Cabal library";
license = self.stdenv.lib.licenses.bsd3;