haskell-vty-ui: jailbreak to fix build with recent versions of QuickCheck
This commit is contained in:
parent
ac022ec7af
commit
21a7031e3e
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [
|
||||
filepath mtl QuickCheck random regexBase stm text time vector vty
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://jtdaugherty.github.com/vty-ui/";
|
||||
description = "An interactive terminal user interface library for Vty";
|
||||
|
|
Loading…
Reference in a new issue