haskell-vcswrapper: jailbreak to fix build with latest version of 'text'
This commit is contained in:
parent
e4251104f2
commit
b6a0321b15
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue