Skip to content

Commit

Permalink
maint: prepare release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ulidtko committed Jun 26, 2024
1 parent dbfa89a commit 9d3ed6d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 29 deletions.
24 changes: 7 additions & 17 deletions cabal-doctest.cabal
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
maintainer: Andreas Abel
copyright: (c) 2017 Oleg Grenrus
maintainer: Max Ulidtko <[email protected]>
copyright: (c) 2017-2020 Oleg Grenrus, 2020- package maintainers
category: Distribution
build-type: Simple
cabal-version: >=1.10
Expand All @@ -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
Expand All @@ -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
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
6 changes: 0 additions & 6 deletions multiple-components-example/multiple-components-example.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 0 additions & 6 deletions simple-example/simple-example.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d3ed6d

Please sign in to comment.