haskell-cabal-cargs: jailbreak to fix build with recent versions of either, lens, and tasty

https://github.com/dan-t/cabal-cargs/issues/3
This commit is contained in:
Peter Simons 2014-06-09 10:03:56 +02:00
parent 766d934090
commit c7e1a2c5cc

View file

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
systemFilepath text transformers unorderedContainers
];
testDepends = [ filepath tasty tastyGolden ];
jailbreak = true;
meta = {
description = "A command line program for extracting compiler arguments from a cabal file";
license = self.stdenv.lib.licenses.bsd3;