Skip to content

Commit 360fea8

Browse files
committed
Prepare for release 0.3.0
1 parent 0ae9bd4 commit 360fea8

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Revision history for basic-sop
2+
3+
## 0.3.0 -- 2023-11-08
4+
5+
* Started CHANGELOG.md
6+
* Compatibility with ghc up to 9.8 (#9, tomjaguarpaw)
7+
* Correct parenthesis, avoid spurious I (#10, tomjaguarpaw)
8+
* Dropped support for ghc prior to 8.10.7
9+
10+

basic-sop.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: basic-sop
2-
version: 0.2.0.3
2+
version: 0.3.0
33
synopsis: Basic examples and functions for generics-sop
44
description:
55
This library contains various small examples of generic functions
@@ -15,8 +15,9 @@ author: Edsko de Vries <[email protected]>, Andres Löh <andres@
1515
maintainer: [email protected]
1616
category: Generics
1717
build-type: Simple
18-
cabal-version: >=1.10
19-
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
18+
cabal-version: 1.24
19+
extra-doc-files: CHANGELOG.md
20+
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
2021

2122
source-repository head
2223
type: git

0 commit comments

Comments
 (0)