We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78072d7 commit 222fa0dCopy full SHA for 222fa0d
servant-jsaddle.cabal
@@ -53,7 +53,7 @@ library
53
, text >=1.2.3.0
54
, transformers >=0.5.2.0
55
56
- if impl(ghcjs -any)
+ if impl(ghcjs -any) || arch(javascript)
57
build-depends: ghcjs-base
58
59
-- Servant dependencies.
@@ -72,7 +72,7 @@ library
72
, string-conversions >=0.3 && <0.5
73
, transformers-base >=0.4.4 && <0.5
74
75
- if impl(ghc >=8.0)
+ if impl(ghc >=8.0) || arch(javascript)
76
ghc-options: -Wno-redundant-constraints
77
78
test-suite spec
@@ -82,7 +82,7 @@ test-suite spec
82
hs-source-dirs: test
83
main-is: Spec.hs
84
85
86
build-depends:
87
base
88
, servant-jsaddle
0 commit comments