Skip to content

Commit

Permalink
Build with ghc(js)-9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ymeister committed Aug 4, 2024
1 parent 625ecd5 commit a6c3586
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions patch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ flag hlint
library
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >= 4.9 && < 4.19
build-depends: base >= 4.9 && <= 4.21
, constraints-extras >= 0.3 && < 0.5
, commutative-semigroups >= 0.0 && < 0.2
, containers >= 0.6 && < 0.7
, commutative-semigroups >= 0.0 && <= 0.2.0.1
, containers >= 0.6 && <= 0.7
, dependent-map >= 0.3 && < 0.5
, dependent-sum >= 0.6 && < 0.8
, lens >= 4.7 && < 5.3
, lens >= 4.7 && <= 5.3.2
, indexed-traversable >= 0.1 && < 0.2
, semigroupoids >= 4.0 && < 7
, transformers >= 0.5.6.0 && < 0.7
Expand Down Expand Up @@ -86,7 +86,7 @@ test-suite tests
, containers
, hedgehog
, HUnit
if impl(ghcjs)
if impl(ghcjs) || arch(javascript)
buildable: False

test-suite hlint
Expand All @@ -106,7 +106,7 @@ test-suite hlint
else
build-depends: hlint >= 3.5 && < 3.6

if impl(ghcjs) || !flag(hlint)
if impl(ghcjs) || arch(javascript) || !flag(hlint)
buildable: False

source-repository head
Expand Down

0 comments on commit a6c3586

Please sign in to comment.