Skip to content

Commit

Permalink
Test GHC 9.10.1, bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed May 19, 2024
1 parent fe766d1 commit b0cd943
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ following conventions:

## Unreleased

### Non-Breaking

* Bump `base` dependency version upper bound
* Bump `template-haskell` dependency version upper bound

## 1.4.0.0 (2023-12-03)

### Breaking
Expand Down
20 changes: 20 additions & 0 deletions stack-9.10.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
resolver: ghc-9.10.1

packages:
- .
- ./examples

extra-deps:
- ansi-terminal-1.1.1
- ansi-terminal-types-1.1
- call-stack-0.4.0
- colour-2.3.6
- hashable-1.4.4.0
- optparse-applicative-0.18.1.0
- prettyprinter-1.7.1
- prettyprinter-ansi-terminal-1.1.3
- tagged-0.8.8
- tasty-1.5
- tasty-hunit-0.10.1
- text-short-0.1.6
- transformers-compat-0.7.2
5 changes: 3 additions & 2 deletions ttc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tested-with:
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1

extra-source-files:
CHANGELOG.md
Expand All @@ -42,9 +43,9 @@ library
exposed-modules:
Data.TTC
build-depends:
base >=4.10.1 && <4.20
base >=4.10.1 && <4.21
, bytestring >=0.10.8 && <0.13
, template-haskell >=2.12 && <2.22
, template-haskell >=2.12 && <2.23
, text >=1.2.2 && <2.2
, text-short >=0.1 && <0.2
default-language: Haskell2010
Expand Down

0 comments on commit b0cd943

Please sign in to comment.