3
0
Fork 0
forked from mirrors/nixpkgs

haskell-hcltest: jailbreak to fix build with latest version of 'lens'

This commit is contained in:
Peter Simons 2014-11-01 16:49:02 +01:00
parent b78b8a586d
commit 95a43ace28

View file

@ -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";