haskell-brick: update overrides with regard to vty
This commit is contained in:
parent
7c3839b90c
commit
7f1d74d43b
1 changed files with 2 additions and 2 deletions
|
@ -512,7 +512,7 @@ self: super: {
|
|||
|
||||
# https://ghc.haskell.org/trac/ghc/ticket/9625
|
||||
vty = dontCheck super.vty;
|
||||
vty_5_13 = dontCheck super.vty_5_13;
|
||||
vty_5_14 = dontCheck super.vty_5_14;
|
||||
|
||||
# https://github.com/vincenthz/hs-crypto-pubkey/issues/20
|
||||
crypto-pubkey = dontCheck super.crypto-pubkey;
|
||||
|
@ -1128,6 +1128,6 @@ self: super: {
|
|||
barrier = doJailbreak super.barrier;
|
||||
|
||||
# requires vty 5.13
|
||||
brick = super.brick.overrideScope (self: super: { vty = self.vty_5_13; });
|
||||
brick = super.brick.overrideScope (self: super: { vty = self.vty_5_14; });
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue