packages feed

colour-text 0.0.0.0 → 0.0.0.1

raw patch · 2 files changed

+8/−5 lines, 2 filesdep ~basedep ~hedgehogdep ~hspec-hedgehogPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hedgehog, hspec-hedgehog, text

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,1 +1,4 @@++0.0.0.1 (2025-01-20) - Version bumps+ 0.0.0.0 (2023-05-27) - Initial release
colour-text.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: colour-text-version: 0.0.0.0+version: 0.0.0.1 category: Graphics, Text synopsis: Print and parse colors @@ -27,9 +27,9 @@         OverloadedStrings         ScopedTypeVariables     build-depends:-      , base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18+      , base ^>= 4.18 || ^>= 4.19       , colour ^>= 2.3.6-      , text ^>= 1.2.4 || ^>= 2.0+      , text ^>= 2.0 || ^>= 2.1  library     import: base@@ -43,6 +43,6 @@     main-is: Main.hs     build-depends:       , colour-text-      , hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2+      , hedgehog ^>= 1.4       , hspec ^>= 2.8.5 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11-      , hspec-hedgehog ^>= 0.0.1+      , hspec-hedgehog ^>= 0.1