File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ run . ghcjs-pkg hide non-empty # Conflicts with semialign
4141run . ghcjs-pkg hide hgeometry-combinatorial # Conflicts with random-shuffle
4242run . ghcjs-pkg hide Cabal # Conflicts between multiple versions
4343run . ghcjs-pkg hide cabal-doctest # Conflicts between multiple versions
44+ run . ghcjs-pkg hide some # Conflicts with dependent-sum
4445
4546# Check for duplicate modules. Fail the build if so, since that's a
4647# poor user experience.
Original file line number Diff line number Diff line change @@ -173,7 +173,8 @@ Library
173173 keycode,
174174 latex,
175175 leancheck,
176- lens,
176+ -- hgeometry doesn't build with lens 5
177+ lens < 5 ,
177178 lifted-async,
178179 lifted-base,
179180 linear,
You can’t perform that action at this time.
0 commit comments