Skip to content

Commit

Permalink
Support GHC 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt committed Dec 26, 2024
1 parent 320563a commit 4d76506
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions http-api-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ tested-with:
GHC==9.4.8,
GHC==9.6.6,
GHC==9.8.2,
GHC==9.10.1
GHC==9.10.1,
GHC==9.12.1

flag use-text-show
description: Use text-show library for efficient ToHttpApiData implementations.
Expand All @@ -43,7 +44,7 @@ library
hs-source-dirs: src/

-- GHC bundled
build-depends: base >= 4.12.0.0 && < 4.21
build-depends: base >= 4.12.0.0 && < 4.22
, bytestring >= 0.10.8.2 && < 0.13
, containers >= 0.6.0.1 && < 0.8
, text >= 1.2.3.0 && < 1.3 || >=2.0 && <2.2
Expand Down

0 comments on commit 4d76506

Please sign in to comment.