haskell-brick: fix reference to vty
This commit is contained in:
parent
2bbf68eafb
commit
e832d380de
@ -509,7 +509,7 @@ self: super: {
|
||||
|
||||
# https://ghc.haskell.org/trac/ghc/ticket/9625
|
||||
vty = dontCheck super.vty;
|
||||
vty_5_14 = dontCheck super.vty_5_14;
|
||||
vty_5_15 = dontCheck super.vty_5_15;
|
||||
|
||||
# https://github.com/vincenthz/hs-crypto-pubkey/issues/20
|
||||
crypto-pubkey = dontCheck super.crypto-pubkey;
|
||||
@ -1183,8 +1183,8 @@ self: super: {
|
||||
|
||||
socket_0_7_0_0 = super.socket_0_7_0_0.overrideScope (self: super: { QuickCheck = self.QuickCheck_2_9_2; });
|
||||
|
||||
# requires vty 5.13
|
||||
brick = super.brick.overrideScope (self: super: { vty = self.vty_5_14; });
|
||||
# requires most recent vty
|
||||
brick = super.brick.overrideScope (self: super: { vty = self.vty_5_15; });
|
||||
|
||||
turtle_1_3_1 = super.turtle_1_3_1.overrideScope (self: super: {
|
||||
optparse-applicative = self.optparse-applicative_0_13_0_0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user