packages feed

Cabal revisions of text-ansi-0.2.1

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

revision 1
  name: text-ansi version: 0.2.1+x-revision: 1 category: Data synopsis: Text styling for ANSI terminals. description: 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-2022, Mitchell Rosen+copyright: (c) 2018-2023, Mitchell Rosen license: BSD-3-Clause license-file: LICENSE build-type: Simple+tested-with: GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.1  extra-source-files:   cabal.project  library   build-depends:-    base >= 4.9 && < 4.18,+    base >= 4.9 && < 4.19,     text >= 1.0 && < 2.1,     text-builder ^>= 0.6.7,   default-language: