Skip to content

Commit 3226c03

Browse files
authored
Merge pull request #81 from rvl/allow-vty-6.2
cabal: Allow vty 6.2
2 parents 8fe89f1 + cf25403 commit 3226c03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reflex-vty.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ library
5858
ref-tf >= 0.4.0 && < 0.6,
5959
reflex >= 0.9.2 && < 1,
6060
time >= 1.8.0 && < 1.13,
61-
vty >= 6.0 && < 6.2,
61+
vty >= 6.0 && < 6.3,
6262
vty-crossplatform >= 0.1 && < 0.5
6363
hs-source-dirs: src
6464
default-language: Haskell2010

release.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let
99
commonOverrides = self: super: {
1010
vty = self.callHackageDirect {
1111
pkg = "vty";
12-
ver = "6.1";
13-
sha256 = "2cefcb5764f6b662440ba9e56c30282da37071b599a7def7fc8e5679f2602bf8";
12+
ver = "6.2";
13+
sha256 = "sha256-7NePMONSoKJ/DQa4FSsFBy8ScGwWHU0nL7DomJCh+9Y=";
1414
} {};
1515
vty-crossplatform = self.callHackageDirect {
1616
pkg = "vty-crossplatform";

0 commit comments

Comments
 (0)