Skip to content

Commit

Permalink
Add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed May 16, 2024
1 parent 4120aae commit 9a3f803
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 1 deletion.
4 changes: 4 additions & 0 deletions universe-base/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.4

* Support GHC-9.6.5..9.10.1

1.1.3

* Add Solo instances
Expand Down
4 changes: 4 additions & 0 deletions universe-dependent-sum/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.1
* Depend on universe-some >=1.2.2 && <1.3
* Support GHC-9.6.5..9.10.1

1.3
* DEPRECATED, use universe-some
* Data.Universe.DependentSum re-exports Data.Universe.Some
Expand Down
4 changes: 4 additions & 0 deletions universe-instances-extended/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.4

* Support GHC-9.6.5..9.10.1

1.1.3

* Add Solo instances
Expand Down
4 changes: 4 additions & 0 deletions universe-reverse-instances/changelog
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
1.1.2

* Support GHC-9.6.5..9.10.1

1.1.1
* Mark modules as explicit Safe or Trustworthy
3 changes: 3 additions & 0 deletions universe-some/changelog
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
1.2.2
* Support GHC-9.6.5..9.10.1

1.2.1
* Explicitly mark modules as Safe or Trustworthy
3 changes: 3 additions & 0 deletions universe/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.2.3
* Support GHC-9.6.5..9.10.1

1.2.2
* Add Solo instances

Expand Down
2 changes: 1 addition & 1 deletion universe/universe.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: universe
version: 1.2.2
version: 1.2.3
synopsis: A class for finite and recursively enumerable types.
description:
A class for finite and recursively enumerable types and some helper functions for enumerating them
Expand Down

0 comments on commit 9a3f803

Please sign in to comment.