-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>, Andres Löh <andres@ | |
maintainer: [email protected] | ||
category: Generics | ||
build-type: Simple | ||
cabal-version: >=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 | ||
|