Skip to content

Commit

Permalink
Add required bounds on base for servant-swagger test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Aug 30, 2024
1 parent 17afb1c commit 07b4bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servant-swagger/servant-swagger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ library
test-suite doctests
ghc-options: -Wall
build-depends:
base,
base < 5,
directory >= 1.0,
doctest >= 0.17 && <0.23,
servant,
Expand All @@ -107,7 +107,7 @@ test-suite spec
hs-source-dirs: test
main-is: Spec.hs
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.12
build-depends: base
build-depends: base < 5
, base-compat
, aeson >=1.4.2.0 && <3
, hspec >=2.6.0 && <2.12
Expand Down

0 comments on commit 07b4bc8

Please sign in to comment.