File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
servant-auth/servant-auth-server Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,7 @@ library
54
54
, time >= 1.5.0.1 && < 1.10
55
55
, unordered-containers >= 0.2.9.0 && < 0.3
56
56
, wai >= 3.2.1.2 && < 3.3
57
- if !impl(ghc >= 8.0 )
58
- build-depends :
59
- semigroups >= 0.18.5 && < 0.20
57
+
60
58
exposed-modules :
61
59
Servant.Auth.Server
62
60
Servant.Auth.Server.Internal
@@ -89,6 +87,8 @@ test-suite readme
89
87
default-language : Haskell2010
90
88
if impl(ghcjs)
91
89
buildable : False
90
+ if impl(ghc >= 9 )
91
+ buildable : False
92
92
93
93
test-suite spec
94
94
type : exitcode-stdio-1.0
@@ -114,6 +114,8 @@ test-suite spec
114
114
, servant
115
115
, servant-server
116
116
, transformers
117
+ if impl(ghc >= 9 )
118
+ buildable : False
117
119
118
120
-- test dependencies
119
121
build-depends :
You can’t perform that action at this time.
0 commit comments