diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8115081 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Revision history for basic-sop + +## 0.3.0 -- 2023-11-08 + +* Started CHANGELOG.md +* Compatibility with ghc up to 9.8 (#9, tomjaguarpaw) +* Correct parenthesis, avoid spurious I (#10, tomjaguarpaw) +* Dropped support for ghc prior to 8.10.7 + + diff --git a/basic-sop.cabal b/basic-sop.cabal index 0d9305f..67dfa5a 100644 --- a/basic-sop.cabal +++ b/basic-sop.cabal @@ -1,5 +1,5 @@ name: basic-sop -version: 0.2.0.3 +version: 0.3.0 synopsis: Basic examples and functions for generics-sop description: This library contains various small examples of generic functions @@ -15,8 +15,9 @@ author: Edsko de Vries , Andres Löh =1.10 -tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.7, GHC==9.6.3, GHC==9.8.1 +cabal-version: 1.24 +extra-doc-files: CHANGELOG.md +tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.7, GHC==9.6.3, GHC==9.8.1 source-repository head type: git