diff --git a/src/Data/String/AnsiEscapeCodes/Strip/Internal.hs b/src/Data/String/AnsiEscapeCodes/Strip/Internal.hs
--- a/src/Data/String/AnsiEscapeCodes/Strip/Internal.hs
+++ b/src/Data/String/AnsiEscapeCodes/Strip/Internal.hs
@@ -1,4 +1,6 @@
 {-# LANGUAGE TypeFamilies #-}
+{-# LANGUAGE TypeOperators #-}
+{-# OPTIONS_GHC -Wno-unused-imports #-}
 
 module Data.String.AnsiEscapeCodes.Strip.Internal
   ( stripAnsiEscapeCodesP
diff --git a/strip-ansi-escape.cabal b/strip-ansi-escape.cabal
--- a/strip-ansi-escape.cabal
+++ b/strip-ansi-escape.cabal
@@ -1,14 +1,14 @@
 name:                strip-ansi-escape
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Strip ANSI escape code from string.
 description:         Strip ANSI escape code from string. Haskell port of https://github.com/chalk/strip-ansi.
-homepage:            https://gitlab.com/igrep/strip-ansi-escape#readme
+homepage:            https://gitlab.com/igrep/haskell-strip-ansi-escape#readme
 license:             Apache-2.0
 license-file:        LICENSE
-author:              Yuji Yamamoto
+author:              YAMAMOTO Yuji
 maintainer:          whosekiteneverfly@gmail.com
-copyright:           2019 Yuji Yamamoto
-category:            Web
+copyright:           2019 YAMAMOTO Yuji
+category:            Text
 build-type:          Simple
 extra-source-files:  README.md
 cabal-version:       >=1.10
@@ -39,4 +39,4 @@
 
 source-repository head
   type:     git
-  location: https://gitlab.com/igrep/strip-ansi-escape
+  location: https://gitlab.com/igrep/haskell-strip-ansi-escape
