language-Modula2 0.1.4.1 → 0.1.4.2
raw patch · 2 files changed
+8/−3 lines, 2 filesdep −template-haskelldep ~deep-transformationsPVP ok
version bump matches the API change (PVP)
Dependencies removed: template-haskell
Dependency ranges changed: deep-transformations
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- language-Modula2.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for language-Modula2 +## 0.1.4.2 -- 2025-01-01++* Removed the template-haskell dependency+* Bumped the upper bound of deep-transformations+ ## 0.1.4.1 -- 2024-04-27 * Fixed deprecation warnings
language-Modula2.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: language-Modula2-version: 0.1.4.1+version: 0.1.4.2 synopsis: Parser, pretty-printer, and more for the Modula-2 programming language description: The library and the executable supports two versions of the Modula-2 programming language: as described by the@@ -26,8 +26,8 @@ -- other-modules: build-depends: base >= 4.16 && < 5, text < 3, containers >= 0.5 && < 1.0, filepath < 1.6, directory < 1.4, parsers >= 0.12.7 && < 0.13, input-parsers >= 0.2.2 && < 0.4, prettyprinter >= 1.2.1 && < 1.8,- rank2classes >= 1.3 && < 1.6, grammatical-parsers >= 0.7 && < 0.8, deep-transformations == 0.2.*,- template-haskell >= 2.11 && < 2.22,+ rank2classes >= 1.3 && < 1.6, grammatical-parsers >= 0.7 && < 0.8,+ deep-transformations >= 0.2 && < 0.4, language-oberon >= 0.3 && < 0.4 hs-source-dirs: src default-language: Haskell2010