packages feed

Cabal revisions of text-ansi-0.1.1

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

revision 1
  name: text-ansi version: 0.1.1+x-revision: 1 category: Data synopsis: Text styling for ANSI terminals. description:  library   build-depends:-    base >= 4.9 && < 4.15,+    base >= 4.9 && < 4.16,     text >= 1.0 && < 1.3,   default-language:     Haskell2010
revision 2
  name: text-ansi version: 0.1.1-x-revision: 1+x-revision: 2 category: Data synopsis: Text styling for ANSI terminals. description:  library   build-depends:-    base >= 4.9 && < 4.16,+    base >= 4.9 && < 4.17,     text >= 1.0 && < 1.3,   default-language:     Haskell2010
revision 3
  name: text-ansi version: 0.1.1-x-revision: 2+x-revision: 3 category: Data synopsis: Text styling for ANSI terminals. description: library   build-depends:     base >= 4.9 && < 4.17,-    text >= 1.0 && < 1.3,+    text >= 1.0 && < 2.1,   default-language:     Haskell2010   exposed-modules:
revision 4
  name: text-ansi version: 0.1.1-x-revision: 3+x-revision: 4 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-2020, Mitchell Rosen+copyright: (c) 2018-2022, Mitchell Rosen license: BSD-3-Clause license-file: LICENSE build-type: Simple  library   build-depends:-    base >= 4.9 && < 4.17,+    base >= 4.9 && < 4.18,     text >= 1.0 && < 2.1,   default-language:     Haskell2010