mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
haskell-hspec: jailbreak to support recent versions of ansi-terminal
This commit is contained in:
parent
46135deaa5
commit
1b0456c28b
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
||||
ansiTerminal filepath hspecExpectations HUnit QuickCheck setenv
|
||||
silently time transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://hspec.github.com/";
|
||||
description = "Behavior-Driven Development for Haskell";
|
||||
|
Loading…
Reference in New Issue
Block a user