Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jun 22, 2023
1 parent c281451 commit e11b00f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# configuration-tools

## 0.7.0 (2022-06-22)

The version bump is due to the update of the dependency on optparse-applicative,
which could imply breaking changes for users.

* Support GHC-9.6
* Require optparse-applicative >=0.18
* Require prettyprinter package and drop dependency on deprecated ansi-wl-pprint

## 0.6.1 (2021-10-12)

* Support GHC-9.2
Expand Down
11 changes: 7 additions & 4 deletions configuration-tools.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2
cabal-version: 3.0

name: configuration-tools
version: 0.6.1
version: 0.7.0
synopsis: Tools for specifying and parsing configurations
description:
Tools for specifying and parsing configurations
Expand Down Expand Up @@ -33,12 +33,15 @@ author: Lars Kuhtz <lakuhtz@gmail.com>
maintainer: Lars Kuhtz <lakuhtz@gmail.com>
copyright:
(c) 2019-2020 Colin Woodbury <colin@fosskers.ca>,
(c) 2015-2021 Lars Kuhtz <lakuhtz@gmail.com>,
(c) 2015-2023 Lars Kuhtz <lakuhtz@gmail.com>,
(c) 2014-2015 AlephCloud, Inc.
category: Configuration, Console
build-type: Custom
tested-with:
GHC==9.0.1
, GHC==9.6
, GHC==9.4
, GHC==9.2
, GHC==9.0.1
, GHC==8.10.7
, GHC==8.8.4

Expand Down

0 comments on commit e11b00f

Please sign in to comment.