haskell-haskeline: jailbreak to fix build with transformers 0.4.x

This commit is contained in:
Peter Simons 2014-06-05 11:39:37 +02:00
parent 4f2992c3fa
commit 3fefc29ee6

View File

@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "178hzal5gqw3rmgijv9ph9xa6d4sld279z4a8cjyx3hv4azciwr4";
buildDepends = [ filepath terminfo transformers utf8String ];
configureFlags = "-fterminfo";
jailbreak = true;
meta = {
homepage = "http://trac.haskell.org/haskeline";
description = "A command-line interface for user input, written in Haskell";