Skip to content

Commit

Permalink
Merge pull request #81 from rvl/allow-vty-6.2
Browse files Browse the repository at this point in the history
cabal: Allow vty 6.2
  • Loading branch information
ali-abrar authored May 25, 2024
2 parents 8fe89f1 + cf25403 commit 3226c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reflex-vty.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ library
ref-tf >= 0.4.0 && < 0.6,
reflex >= 0.9.2 && < 1,
time >= 1.8.0 && < 1.13,
vty >= 6.0 && < 6.2,
vty >= 6.0 && < 6.3,
vty-crossplatform >= 0.1 && < 0.5
hs-source-dirs: src
default-language: Haskell2010
Expand Down
4 changes: 2 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let
commonOverrides = self: super: {
vty = self.callHackageDirect {
pkg = "vty";
ver = "6.1";
sha256 = "2cefcb5764f6b662440ba9e56c30282da37071b599a7def7fc8e5679f2602bf8";
ver = "6.2";
sha256 = "sha256-7NePMONSoKJ/DQa4FSsFBy8ScGwWHU0nL7DomJCh+9Y=";
} {};
vty-crossplatform = self.callHackageDirect {
pkg = "vty-crossplatform";
Expand Down

0 comments on commit 3226c03

Please sign in to comment.