Skip to content

Commit

Permalink
Update CI for GHC versions (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos authored Dec 9, 2024
1 parent cec4d54 commit 290f2b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions servant-effectful.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extra-source-files:
LICENSE.md
README.md

tested-with: GHC ==9.2.8 || ==9.4.7 || ==9.6.3
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1

source-repository head
type: git
Expand Down Expand Up @@ -54,10 +54,10 @@ library
exposed-modules: Effectful.Servant
build-depends:
, base <5
, effectful-core ^>=2.3
, effectful-core >=2.3
, mtl >=2
, servant-server ^>=0.20
, warp ^>=3.3
, warp >=3.3

test-suite servant-effectful-test
import: common-extensions
Expand Down

0 comments on commit 290f2b1

Please sign in to comment.