ghc-tags-plugin 0.6.1.0 → 0.6.1.1
raw patch · 3 files changed
+7/−7 lines, 3 filesdep ~basedep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, filepath
API changes (from Hackage documentation)
Files
- CHANGELOG.md +2/−2
- README.md +1/−1
- ghc-tags-plugin.cabal +4/−4
CHANGELOG.md view
@@ -1,8 +1,8 @@ # Revision history for ghctags -## 0.6.1.0 -- 2024-01-11+## 0.6.1.1 -- 2024-07-21 -- `GHC-9.8` support; droppped support of `GHC-{8.10, 9.0, 9.2}`.+- `GHC-9.10` support. ## 0.6.0.0 -- 2023-05-01
README.md view
@@ -12,7 +12,7 @@ ● Requirements -------------- -The plugin requires at least: `ghc >= 9.4`.+The plugin requires at least: `ghc >= 9.6`. ● Plugin options ----------------
ghc-tags-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghc-tags-plugin-version: 0.6.1.0+version: 0.6.1.1 synopsis: A compiler plugin which generates tags file from GHC parsed syntax tree. description: __etags__ format. For a standalone `ghc-tags` command look for or@@ -19,7 +19,7 @@ README.md homepage: https://github.com/coot/ghc-tags-plugin#readme bug-reports: https://github.com/coot/ghc-tags-plugin/issues-tested-with: GHC == { 9.4, 9.6, 9.8 }+tested-with: GHC == { 9.6, 9.8, 9.10 } -- Don't build gtp-check command by default; it's a development tool. flag gtp-check@@ -53,10 +53,10 @@ other-modules: Plugin.GhcTags.CTag Paths_ghc_tags_plugin autogen-modules: Paths_ghc_tags_plugin- build-depends: base >=4.12.0.0 && <4.20,+ build-depends: base >=4.12.0.0 && <4.21, bytestring >=0.10 && < 0.13, directory ^>=1.3,- filepath ^>=1.4,+ filepath ^>=1.4 || ^>= 1.5, ghc >=8.4 && <10, lukko ^>=0.1, mtl >=2.2 && <2.4,