diff --git a/yi.cabal b/yi.cabal
--- a/yi.cabal
+++ b/yi.cabal
@@ -1,5 +1,5 @@
 name:           yi
-version:        0.19.0
+version:        0.19.2
 synopsis:       Yi editor
 category:       Yi
 homepage:       https://github.com/yi-editor/yi#readme
@@ -19,7 +19,7 @@
   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
 
@@ -36,7 +36,7 @@
 executable yi
   main-is: Main.hs
   hs-source-dirs:
-      ./.
+      ./
   ghc-options: -Wall -ferror-spans -threaded -eventlog -rtsopts
   build-depends:
       base >= 4.8 && < 5
@@ -52,7 +52,7 @@
     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
