packages feed

ghc-debug-convention 0.2.0.0 → 0.3.0.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for convention +## 0.3.0.0 -- 2022-10-06++* No changes.+ ## 0.2.0.0 -- 2021-12-06  * Add a snapshots convention folder.
ghc-debug-convention.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               ghc-debug-convention-version:            0.2.0.0+version:            0.3.0.0 synopsis: Definitions needed by ghc-debug-stub and ghc-debug-common description: Definitions needed by ghc-debug-stub and ghc-debug-common -- bug-reports:@@ -12,6 +12,6 @@  library     exposed-modules: GHC.Debug.Convention-    build-depends:    base ^>=4.16.0.0, filepath ^>= 1.4 , directory ^>= 1.3+    build-depends:    base >=4.16.0.0 && < 5, filepath ^>= 1.4 , directory ^>= 1.3     hs-source-dirs:   src/     default-language: Haskell2010