packages feed

Cabal revisions of text-ansi-0.3.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
  name: text-ansi version: 0.3.0+x-revision: 1 category: Data synopsis: Text styling for ANSI terminals. description:   .   Also features terminal detection, so redirecting styled output to a file will   automatically strip the ANSI escape sequences.-author: Mitchell Rosen-maintainer: Mitchell Rosen <mitchellwrosen@gmail.com>-homepage: https://github.com/mitchellwrosen/text-ansi-bug-reports: https://github.com/mitchellwrosen/text-ansi/issues-copyright: (c) 2018-2023, Mitchell Rosen+author: Mitchell Rosen, Travis Staton+maintainer: Mitchell Rosen <mitchellwrosen@gmail.com>, Travis Staton <hello@travisstaton.com>+homepage: https://github.com/awkward-squad/text-ansi+bug-reports: https://github.com/awkward-squad/text-ansi/issues+copyright: (c) 2018-2023 Mitchell Rosen, Travis Staton license: BSD-3-Clause license-file: LICENSE build-type: Simple-tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2+tested-with: GHC == 9.4.7, GHC == 9.6.3, GHC == 9.8.1  extra-source-files:   CHANGELOG.md  source-repository head   type: git-  location: git://github.com/mitchellwrosen/text-ansi.git+  location: git://github.com/awkward-squad/text-ansi.git  library   build-depends:-    base >= 4.16 && < 4.19,+    base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,     text >= 1.0 && < 2.2,     text-builder-linear ^>= 0.1.1,   default-language: