mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-haskeline: jailbreak to fix build with transformers 0.4.x
This commit is contained in:
parent
4f2992c3fa
commit
3fefc29ee6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user