mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
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:
parent
fbecc24611
commit
b5c1cdd713
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user