Skip to content

Commit

Permalink
take out the pango disabling GHC >=8.2 check, tested, seems this was …
Browse files Browse the repository at this point in the history
…fixed
  • Loading branch information
mfourne committed Sep 5, 2024
1 parent 6c425ef commit 250b047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yi/yi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ flag emacs
default: True

flag pango
description: Include the pango (GUI) frontend, this flag is ignored if compiling with ghc >= 8.2
description: Include the pango (GUI) frontend
manual: True
default: True

Expand Down Expand Up @@ -52,7 +52,7 @@ executable yi
cpp-options: -DVTY
build-depends:
yi-frontend-vty >= 0.19
if flag(pango) && impl(ghc < 8.2)
if flag(pango)
cpp-options: -DPANGO
build-depends:
yi-frontend-pango >= 0.19
Expand Down

0 comments on commit 250b047

Please sign in to comment.