Skip to content

Commit

Permalink
Update ghc, bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Dec 17, 2023
1 parent 0e7b02b commit 87d6b23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.6"
- "9.6.2"
- "9.4.7"
- "9.6.3"
- "9.8.1"
os:
- "macos-latest"
- "ubuntu-latest"
Expand Down
6 changes: 3 additions & 3 deletions algebra-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1
license: MIT
license-file: LICENSE
tested-with:
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.6 || ==9.6.2
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1

copyright: 2021-2023 Thomas Bidne
author: Thomas Bidne
Expand Down Expand Up @@ -94,7 +94,7 @@ library
Numeric.Literal.Integer
Numeric.Literal.Rational

build-depends: base >=4.14.0.0 && <4.19
build-depends: base >=4.14.0.0 && <4.20
hs-source-dirs: src
default-language: Haskell2010

Expand All @@ -118,7 +118,7 @@ test-suite props
, algebra-simple
, base
, hedgehog >=1.0.2 && <1.5
, tasty >=1.1.0.3 && <1.5
, tasty >=1.1.0.3 && <1.6
, tasty-hedgehog >=1.0.0.2 && <1.5

hs-source-dirs: test/props
Expand Down

0 comments on commit 87d6b23

Please sign in to comment.