server-auth-server: Excluding tests against GHC 9
This commit is contained in:
parent
7c012d70d3
commit
95033be30f
1 changed files with 5 additions and 3 deletions
|
@ -54,9 +54,7 @@ library
|
||||||
, time >= 1.5.0.1 && < 1.10
|
, time >= 1.5.0.1 && < 1.10
|
||||||
, unordered-containers >= 0.2.9.0 && < 0.3
|
, unordered-containers >= 0.2.9.0 && < 0.3
|
||||||
, wai >= 3.2.1.2 && < 3.3
|
, wai >= 3.2.1.2 && < 3.3
|
||||||
if !impl(ghc >= 8.0)
|
|
||||||
build-depends:
|
|
||||||
semigroups >= 0.18.5 && <0.20
|
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Servant.Auth.Server
|
Servant.Auth.Server
|
||||||
Servant.Auth.Server.Internal
|
Servant.Auth.Server.Internal
|
||||||
|
@ -89,6 +87,8 @@ test-suite readme
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if impl(ghcjs)
|
if impl(ghcjs)
|
||||||
buildable: False
|
buildable: False
|
||||||
|
if impl(ghc >= 9)
|
||||||
|
buildable: False
|
||||||
|
|
||||||
test-suite spec
|
test-suite spec
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
@ -114,6 +114,8 @@ test-suite spec
|
||||||
, servant
|
, servant
|
||||||
, servant-server
|
, servant-server
|
||||||
, transformers
|
, transformers
|
||||||
|
if impl(ghc >= 9)
|
||||||
|
buildable: False
|
||||||
|
|
||||||
-- test dependencies
|
-- test dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
|
|
Loading…
Reference in a new issue