From 9d3ed6dc4c77b1bb0f523be6580295590c53e1e4 Mon Sep 17 00:00:00 2001 From: Max Ulidtko Date: Wed, 26 Jun 2024 21:49:29 +0200 Subject: [PATCH] maint: prepare release 1.0.10 --- cabal-doctest.cabal | 24 ++++++------------- changelog.md | 8 +++++++ .../multiple-components-example.cabal | 6 ----- simple-example/simple-example.cabal | 6 ----- 4 files changed, 15 insertions(+), 29 deletions(-) diff --git a/cabal-doctest.cabal b/cabal-doctest.cabal index 06ac1df..704c3ae 100644 --- a/cabal-doctest.cabal +++ b/cabal-doctest.cabal @@ -1,18 +1,18 @@ name: cabal-doctest -version: 1.0.9 -x-revision: 4 +version: 1.0.10 +-- x-revision: 0 synopsis: A Setup.hs helper for running doctests description: As of now (end of 2021), there isn't @cabal doctest@ command. Yet, to properly work, @doctest@ needs plenty of configuration. This library provides the common bits for writing a custom @Setup.hs@. -homepage: https://github.com/haskellari/cabal-doctest +homepage: https://github.com/ulidtko/cabal-doctest license: BSD3 license-file: LICENSE author: Oleg Grenrus -maintainer: Andreas Abel -copyright: (c) 2017 Oleg Grenrus +maintainer: Max Ulidtko +copyright: (c) 2017-2020 Oleg Grenrus, 2020- package maintainers category: Distribution build-type: Simple cabal-version: >=1.10 @@ -33,17 +33,11 @@ tested-with: GHC == 8.4.4 GHC == 8.2.2 GHC == 8.0.2 - -- 2023-10-14: Drop CI for GHC 7.x - -- GHC == 7.10.3 - -- GHC == 7.8.4 - -- GHC == 7.6.3 - -- GHC == 7.4.2 - -- GHC == 7.2.2 - -- GHC == 7.0.4 + -- 2023-10-14: Dropped CI support for GHC 7.x source-repository head type: git - location: https://github.com/haskellari/cabal-doctest + location: https://github.com/ulidtko/cabal-doctest library exposed-modules: Distribution.Extra.Doctest @@ -66,7 +60,3 @@ library hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall - - if !impl(ghc >=7.2) - -- Work around a pattern-match coverage checking bug in GHC 7.0 - ghc-options: -fno-warn-overlapping-patterns diff --git a/changelog.md b/changelog.md index 4f7e350..34fd850 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# 1.0.10 -- 2024-06-26 + +* Maintainership hand-over. See [cabal-doctest#79][]. +* Support GHC 9.4, 9.6, 9.8, 9.10. +* Drop support & CI for GHC < 8.0. + +[cabal-doctest#79]: https://github.com/ulidtko/cabal-doctest/issues/79 + # 1.0.9 -- 2021-11-07 * Support `GHC-9.2`, `base-4.16`, and `Cabal-3.6` (thanks Alistair Burrowes). diff --git a/multiple-components-example/multiple-components-example.cabal b/multiple-components-example/multiple-components-example.cabal index 8af394f..6a61bc6 100644 --- a/multiple-components-example/multiple-components-example.cabal +++ b/multiple-components-example/multiple-components-example.cabal @@ -29,12 +29,6 @@ tested-with: GHC == 8.4.4 GHC == 8.2.2 GHC == 8.0.2 - -- GHC == 7.10.3 - -- GHC == 7.8.4 - -- GHC == 7.6.3 - -- GHC == 7.4.2 - -- GHC == 7.2.2 - -- GHC == 7.0.4 custom-setup setup-depends: diff --git a/simple-example/simple-example.cabal b/simple-example/simple-example.cabal index 84e9da7..7ed53f3 100644 --- a/simple-example/simple-example.cabal +++ b/simple-example/simple-example.cabal @@ -28,12 +28,6 @@ tested-with: GHC == 8.4.4 GHC == 8.2.2 GHC == 8.0.2 - -- GHC == 7.10.3 - -- GHC == 7.8.4 - -- GHC == 7.6.3 - -- GHC == 7.4.2 - -- GHC == 7.2.2 - -- GHC == 7.0.4 custom-setup setup-depends: