diff --git a/src/Yi/Frontend/Pango/Control.hs b/src/Yi/Frontend/Pango/Control.hs
--- a/src/Yi/Frontend/Pango/Control.hs
+++ b/src/Yi/Frontend/Pango/Control.hs
@@ -91,7 +91,7 @@
 import Data.Typeable
 import qualified Data.List.PointedList as PL (insertRight, withFocus,
                                               PointedList(..), singleton)
-import Yi.Regex
+import Yi.Regex ((=~), AllTextSubmatches(..))
 import Yi.String (showT)
 import System.FilePath
 import qualified Yi.UI.Common as Common
diff --git a/yi-frontend-pango.cabal b/yi-frontend-pango.cabal
--- a/yi-frontend-pango.cabal
+++ b/yi-frontend-pango.cabal
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.14.0.
+-- This file has been generated from package.yaml by hpack version 0.17.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           yi-frontend-pango
-version:        0.13.5
+version:        0.13.6
 synopsis:       Pango frontend for Yi editor
 category:       Yi
 homepage:       https://github.com/yi-editor/yi#readme
