Skip to content

Commit

Permalink
Release with explicit support for GHC 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jan 8, 2025
1 parent 74e8a1a commit d956102
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions javelin-io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for javelin-io

## Release 0.1.1.2

* Explicit support for GHC 9.12

## Release 0.1.1.1

* Documentation fixes
Expand Down
2 changes: 1 addition & 1 deletion javelin-io/javelin-io.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test-suite javelin-io-test
hs-source-dirs: test
main-is: Main.hs
other-modules: Test.Data.Series.IO
build-depends: base,
build-depends: base >=4.15.0.0 && <4.22,
cassava,
filepath,
javelin,
Expand Down
4 changes: 4 additions & 0 deletions javelin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for javelin

## Release 0.1.4.1

* Explicit support for GHC 9.12

## Release 0.1.4.0

* Added the `toSeriesDuplicates` method to the `IsSeries` typeclass, to more easily convert to a series
Expand Down
2 changes: 1 addition & 1 deletion javelin/javelin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: javelin
version: 0.1.4.0
version: 0.1.4.1
synopsis: Labeled one-dimensional arrays
license: MIT
license-file: LICENSE
Expand Down

0 comments on commit d956102

Please sign in to comment.