shortcut-links 0.5.1.1 → 0.5.2.0
raw patch · 2 files changed
+11/−6 lines, 2 filesdep ~basedep ~doctestdep ~textPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, doctest, text
API changes (from Hackage documentation)
- ShortcutLinks.Utils: instance ShortcutLinks.Utils.FormatArg GHC.Integer.Type.Integer
+ ShortcutLinks.Utils: instance ShortcutLinks.Utils.FormatArg GHC.Num.Integer.Integer
Files
- CHANGELOG.md +4/−0
- shortcut-links.cabal +7/−6
CHANGELOG.md view
@@ -3,6 +3,10 @@ `shortcut-links` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.5.1.1 — Oct 10, 2025++- Support GHC 9.6.+ ## 0.5.1.1 — Jan 27, 2021 * Drop support of GHC-8.2.2.
shortcut-links.cabal view
@@ -1,6 +1,6 @@-cabal-version: 2.4+cabal-version: 3.0 name: shortcut-links-version: 0.5.1.1+version: 0.5.2.0 synopsis: Link shortcuts for use in text markup description: This package is a database of link shortcuts. A Markdown example:@@ -14,7 +14,7 @@ author: Artyom maintainer: Kowainik <xrom.xkov@gmail.com> copyright: 2015–2019 Aelve (BSD-3-Clause)- 2019-2021 Kowainik+ 2019-2025 Kowainik category: Text, Web, Markdown build-type: Simple stability: stable@@ -24,13 +24,14 @@ GHC == 8.6.5 GHC == 8.8.4 GHC == 8.10.3+ GHC == 9.6.7 source-repository head type: git location: git://github.com/kowainik/shortcut-links.git common common-options- build-depends: base >= 4.11 && < 4.15+ build-depends: base >= 4.11 && < 5 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates@@ -58,12 +59,12 @@ exposed-modules: ShortcutLinks ShortcutLinks.All ShortcutLinks.Utils- build-depends: text >= 1.1 && < 1.3+ build-depends: text >= 1.1 && < 2.2 test-suite shortcut-links-doctest import: common-options type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Doctest.hs- build-depends: doctest ^>= 0.16+ build-depends: doctest ghc-options: -threaded