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