mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-hcltest: jailbreak to fix build with latest version of 'lens'
This commit is contained in:
parent
b78b8a586d
commit
95a43ace28
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
||||
text transformers transformersBase
|
||||
];
|
||||
testDepends = [ doctest filepath ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/bennofs/hcltest/";
|
||||
description = "A testing library for command line applications";
|
||||
|
Loading…
Reference in New Issue
Block a user