Skip to content

Commit 0e3ce01

Browse files
committed
version 0.7.1
1 parent b2fe57e commit 0e3ce01

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# configuration-tools
22

3+
## 0.7.1 (2025-03-04)
4+
5+
* Support lastest GHC (9.12)
6+
* Use setters instead of lenses in ..: and %.:
7+
* Allow validation functions to return new values
8+
39
## 0.7.0 (2022-06-22)
410

511
The version bump is due to the update of the dependency on optparse-applicative,

configuration-tools.cabal

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: configuration-tools
4-
version: 0.7.0
4+
version: 0.7.1
55
synopsis: Tools for specifying and parsing configurations
66
description:
77
Tools for specifying and parsing configurations
@@ -30,19 +30,20 @@ bug-reports: https://github.com/alephcloud/hs-configuration-tools/issues
3030
license: MIT
3131
license-file: LICENSE
3232
author: Lars Kuhtz <[email protected]>
33-
maintainer: Lars Kuhtz <[email protected]>
33+
maintainer: Lars Kuhtz <[email protected]>, Edmund Noble <[email protected]>
3434
copyright:
35+
(c) 2024-2025 Edmund Noble <[email protected]>,
3536
(c) 2019-2020 Colin Woodbury <[email protected]>,
36-
(c) 2015-2023 Lars Kuhtz <[email protected]>,
37+
(c) 2015-2025 Lars Kuhtz <[email protected]>,
3738
(c) 2014-2015 AlephCloud, Inc.
3839
category: Configuration, Console
3940
build-type: Custom
4041
tested-with:
42+
, GHC==9.12
43+
, GHC==9.10
44+
, GHC==9.8
4145
, GHC==9.6
4246
, GHC==9.4
43-
, GHC==9.2
44-
, GHC==9.0.1
45-
, GHC==8.10.7
4647

4748
extra-doc-files:
4849
README.md,

0 commit comments

Comments
 (0)