We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3e67a commit a553dabCopy full SHA for a553dab
build.sh
@@ -41,6 +41,7 @@ run . ghcjs-pkg hide non-empty # Conflicts with semialign
41
run . ghcjs-pkg hide hgeometry-combinatorial # Conflicts with random-shuffle
42
run . ghcjs-pkg hide Cabal # Conflicts between multiple versions
43
run . ghcjs-pkg hide cabal-doctest # Conflicts between multiple versions
44
+run . ghcjs-pkg hide some # Conflicts with dependent-sum
45
46
# Check for duplicate modules. Fail the build if so, since that's a
47
# poor user experience.
codeworld-available-pkgs/codeworld-available-pkgs.cabal
@@ -173,7 +173,8 @@ Library
173
keycode,
174
latex,
175
leancheck,
176
- lens,
+ -- hgeometry doesn't build with lens 5
177
+ lens < 5,
178
lifted-async,
179
lifted-base,
180
linear,
0 commit comments