Skip to content

Commit

Permalink
Support GHC 9.8 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos authored Apr 5, 2024
1 parent c3ac9b0 commit 5b8b204
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packages: ./

with-compiler: ghc-9.6
with-compiler: ghc-9.8

optimization: 2

Expand Down
16 changes: 8 additions & 8 deletions get-tested.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: BSD-3-Clause
license-file: LICENSE
author: Hécate Moonlight
maintainer: [email protected]
tested-with: GHC ==9.6.4
tested-with: GHC ==9.8.2

-- copyright:
category: Development
Expand Down Expand Up @@ -52,15 +52,15 @@ executable get-tested
Types

build-depends:
, aeson ^>=2.1
, base ^>=4.16
, aeson ^>=2.2
, base ^>=4.19
, bytestring ^>=0.11
, Cabal-syntax ^>=3.8
, Cabal-syntax ^>=3.10.3
, directory ^>=1.3
, effectful-core ^>=2.2
, optparse-applicative ^>=0.17
, text ^>=2.0
, text-display ^>=0.0
, effectful-core ^>=2.3
, optparse-applicative ^>=0.18
, text ^>=2.1
, text-display ^>=0.0.1
, vector ^>=0.13

hs-source-dirs: app
Expand Down

0 comments on commit 5b8b204

Please sign in to comment.