@@ -37,13 +37,13 @@ flag hlint
37
37
library
38
38
hs-source-dirs : src
39
39
default-language : Haskell2010
40
- build-depends : base >= 4.9 && < 4.19
40
+ build-depends : base >= 4.9 && <= 4.21
41
41
, constraints-extras >= 0.3 && < 0.5
42
- , commutative-semigroups >= 0.0 && < 0.2
43
- , containers >= 0.6 && < 0.7
42
+ , commutative-semigroups >= 0.0 && <= 0.2.0.1
43
+ , containers >= 0.6 && <= 0.7
44
44
, dependent-map >= 0.3 && < 0.5
45
45
, dependent-sum >= 0.6 && < 0.8
46
- , lens >= 4.7 && < 5.3
46
+ , lens >= 4.7 && <= 5.3.2
47
47
, indexed-traversable >= 0.1 && < 0.2
48
48
, semigroupoids >= 4.0 && < 7
49
49
, transformers >= 0.5.6.0 && < 0.7
@@ -86,7 +86,7 @@ test-suite tests
86
86
, containers
87
87
, hedgehog
88
88
, HUnit
89
- if impl(ghcjs)
89
+ if impl(ghcjs) || arch(javascript)
90
90
buildable : False
91
91
92
92
test-suite hlint
@@ -106,7 +106,7 @@ test-suite hlint
106
106
else
107
107
build-depends : hlint >= 3.5 && < 3.6
108
108
109
- if impl(ghcjs) || !flag(hlint)
109
+ if impl(ghcjs) || arch(javascript) || !flag(hlint)
110
110
buildable : False
111
111
112
112
source-repository head
0 commit comments