File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
servant-auth/servant-auth-swagger Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 15
15
copyright : (c) Julian K. Arni
16
16
license : BSD3
17
17
license-file : LICENSE
18
- tested-with : GHC == 8.6.5 || == 8.8.4 || == 8.10.4 || == 9.0.1
18
+ tested-with : GHC == 8.6.5 || == 8.8.4 || == 8.10.4
19
19
build-type : Simple
20
20
cabal-version : >= 1.10
21
21
extra-source-files :
@@ -37,7 +37,9 @@ library
37
37
, swagger2 >= 2.2.2 && < 2.7
38
38
, servant >= 0.13 && < 0.19
39
39
, servant-auth == 0.4. *
40
- , lens >= 4.16.1 && < 5.1
40
+ , lens >= 4.16.1 && < 5.1
41
+ if impl(ghc >= 9 )
42
+ buildable : False
41
43
exposed-modules :
42
44
Servant.Auth.Swagger
43
45
default-language : Haskell2010
@@ -59,7 +61,9 @@ test-suite spec
59
61
, servant
60
62
, servant-auth
61
63
, lens
62
-
64
+ if impl(ghc >= 9 )
65
+ buildable : False
66
+
63
67
-- test dependencies
64
68
build-depends :
65
69
servant-auth-swagger
You can’t perform that action at this time.
0 commit comments