Skip to content

Commit 95033be

Browse files
committed
server-auth-server: Excluding tests against GHC 9
1 parent 7c012d7 commit 95033be

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ library
5454
, time >= 1.5.0.1 && < 1.10
5555
, unordered-containers >= 0.2.9.0 && < 0.3
5656
, wai >= 3.2.1.2 && < 3.3
57-
if !impl(ghc >= 8.0)
58-
build-depends:
59-
semigroups >= 0.18.5 && <0.20
57+
6058
exposed-modules:
6159
Servant.Auth.Server
6260
Servant.Auth.Server.Internal
@@ -89,6 +87,8 @@ test-suite readme
8987
default-language: Haskell2010
9088
if impl(ghcjs)
9189
buildable: False
90+
if impl(ghc >= 9)
91+
buildable: False
9292

9393
test-suite spec
9494
type: exitcode-stdio-1.0
@@ -114,6 +114,8 @@ test-suite spec
114114
, servant
115115
, servant-server
116116
, transformers
117+
if impl(ghc >= 9)
118+
buildable: False
117119

118120
-- test dependencies
119121
build-depends:

0 commit comments

Comments
 (0)