From 600e59b3d54271b815af71abd7e0110dc829a7cc Mon Sep 17 00:00:00 2001 From: stla Date: Mon, 16 Oct 2023 19:10:26 +0200 Subject: [PATCH] v0.1.2.0 - increased 'jacobi-theta' version --- .github/workflows/Stack-lts.yml | 4 ++-- CHANGELOG.md | 4 ++++ jacobi-elliptic.cabal | 4 ++-- stack.yaml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Stack-lts.yml b/.github/workflows/Stack-lts.yml index c710cda..d1e0326 100644 --- a/.github/workflows/Stack-lts.yml +++ b/.github/workflows/Stack-lts.yml @@ -15,8 +15,8 @@ jobs: - windows-latest resolver: - - lts # ghc-9.2 (as of writing) - - lts-20.11 # ghc-9.2 + - lts-21.16 # ghc-9.4.7 + - lts-20.26 # ghc-9.2.8 - lts-19.33 # ghc-9.0 - lts-18.28 # ghc-8.10 diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cdda4..5c0bde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for `jacobi-elliptic` +## 0.1.2.0 - 2023-10-16 + +Increased lower bound of the version of 'jacobi-theta' dependency. + ## 0.1.1.0 - 2023-02-27 diff --git a/jacobi-elliptic.cabal b/jacobi-elliptic.cabal index 4687850..4d9edc0 100644 --- a/jacobi-elliptic.cabal +++ b/jacobi-elliptic.cabal @@ -1,5 +1,5 @@ name: jacobi-elliptic -version: 0.1.1.0 +version: 0.1.2.0 synopsis: Neville Theta Functions and Jacobi Elliptic Functions description: Evaluation of the Neville theta functions and the Jacobi elliptic functions. homepage: https://github.com/stla/jacobi-elliptic#readme @@ -19,7 +19,7 @@ library exposed-modules: Math.NevilleTheta , Math.JacobiElliptic build-depends: base >= 4.7 && < 5 - , jacobi-theta >= 0.1.1.0 + , jacobi-theta >= 0.2.0.0 , elliptic-integrals >= 0.1.0.0 default-language: Haskell2010 ghc-options: -Wall diff --git a/stack.yaml b/stack.yaml index f84fe51..13dc17c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -5,4 +5,4 @@ packages: extra-deps: - elliptic-integrals-0.1.0.0 -- jacobi-theta-0.1.1.0 +- jacobi-theta-0.2.0.0