mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
haskell-cabal-lenses: jailbreak to fix build with recent versions of 'lens'
This commit is contained in:
parent
65aa665db2
commit
7b1b9b76b6
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
version = "0.4";
|
||||
sha256 = "19ryd1qvsc301kdpk0zvw89aqhvk26ccbrgddm9j5m31mn62jl2d";
|
||||
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