Skip to content

Commit a553dab

Browse files
committed
More fixes for docker build
1 parent 8e3e67a commit a553dab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ run . ghcjs-pkg hide non-empty # Conflicts with semialign
4141
run . ghcjs-pkg hide hgeometry-combinatorial # Conflicts with random-shuffle
4242
run . ghcjs-pkg hide Cabal # Conflicts between multiple versions
4343
run . 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.

codeworld-available-pkgs/codeworld-available-pkgs.cabal

+2-1
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)