Skip to content

Commit

Permalink
v0.1.2.0 - increased 'jacobi-theta' version
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Oct 16, 2023
1 parent 710cfcb commit 600e59b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Stack-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions jacobi-elliptic.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 600e59b

Please sign in to comment.