haskell-vcswrapper: jailbreak to fix build with latest version of 'text'
This commit is contained in:
parent
e4251104f2
commit
b6a0321b15
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath hxt mtl parsec split text ];
|
buildDepends = [ filepath hxt mtl parsec split text ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/forste/haskellVCSWrapper";
|
homepage = "https://github.com/forste/haskellVCSWrapper";
|
||||||
description = "Wrapper for source code management systems";
|
description = "Wrapper for source code management systems";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user