Skip to content

Commit d7599d8

Browse files
committed
fix non-GHCJS compilation
1 parent 626d9d7 commit d7599d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cabal.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ packages:
1010
codeworld-server/
1111
codeworld-base/
1212
funblocks-client/
13+
14+
constraints:
15+
ghcjs-dom ==0.9.5.0

codeworld-auth/codeworld-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
, directory
3232
, filepath
3333
, http-conduit
34-
, jwt >= 0.10.0
34+
, jwt == 0.10.*
3535
, snap-core
3636
, split
3737
, text

0 commit comments

Comments
 (0)