haskell-vcswrapper: jailbreak to fix build with latest version of 'text'

This commit is contained in:
Peter Simons 2014-11-01 17:01:23 +01:00
parent e4251104f2
commit b6a0321b15

View file

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath hxt mtl parsec split text ];
jailbreak = true;
meta = {
homepage = "https://github.com/forste/haskellVCSWrapper";
description = "Wrapper for source code management systems";