packages feed

strip-ansi-escape 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+8/−6 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Data/String/AnsiEscapeCodes/Strip/Internal.hs view
@@ -1,4 +1,6 @@ {-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE TypeOperators #-}+{-# OPTIONS_GHC -Wno-unused-imports #-}  module Data.String.AnsiEscapeCodes.Strip.Internal   ( stripAnsiEscapeCodesP
strip-ansi-escape.cabal view
@@ -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