Skip to content

Commit c167845

Browse files
committed
Remove unnecessary arch(javascript) condition
1 parent 065ff93 commit c167845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-jsaddle.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ library
7272
, string-conversions >=0.3 && <0.5
7373
, transformers-base >=0.4.4 && <0.5
7474

75-
if impl(ghc >=8.0) || arch(javascript)
75+
if impl(ghc >=8.0)
7676
ghc-options: -Wno-redundant-constraints
7777

7878
test-suite spec

0 commit comments

Comments
 (0)