packages feed

specup 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~bytestringdep ~megaparsecdep ~optparse-applicativePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, megaparsec, optparse-applicative

API changes (from Hackage documentation)

Files

specup.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               specup-version:            0.1.0.0+version:            0.1.0.1  author: Daniel Rolls maintainer: daniel.rolls.27@googlemail.com@@ -20,7 +20,7 @@     default-language: GHC2021     build-depends:         base >=4.16 && <4.20,-        bytestring >= 0.11.4 && < 0.12,+        bytestring >= 0.11.4 && < 0.13,         text >=1.2.5.0 && <2.2      default-extensions:@@ -31,7 +31,7 @@     import: deps     main-is: Main.hs     build-depends:-        optparse-applicative >=0.17.1.0 && <0.18,+        optparse-applicative >=0.17.1.0 && <0.19,         specup >=0     hs-source-dirs: app @@ -43,7 +43,7 @@     build-depends:         yaml >= 0.11.11.1 && <0.12,         stache >=2.3.3 && < 2.4,-        megaparsec >=9.2.2 && < 9.3,+        megaparsec >=9.2.2 && < 9.7,         extra >= 1.7.13 && < 1.8  test-suite specup-test