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
|
text transformers transformersBase
|
||||||
];
|
];
|
||||||
testDepends = [ doctest filepath ];
|
testDepends = [ doctest filepath ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/bennofs/hcltest/";
|
homepage = "http://github.com/bennofs/hcltest/";
|
||||||
description = "A testing library for command line applications";
|
description = "A testing library for command line applications";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user