Skip to content

Commit 799f113

Browse files
committed
move constraint to funblocks-client.cabal
1 parent d7599d8 commit 799f113

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

cabal.project

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

funblocks-client/funblocks-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Executable funblocks-client
3838
Build-depends: ghcjs-base,
3939
text,
4040
containers,
41-
ghcjs-dom,
41+
ghcjs-dom >= 0.9.5,
4242
mtl
4343
else
4444
Build-depends: ghcjs-base-stub,
4545
text,
4646
containers,
47-
ghcjs-dom,
47+
ghcjs-dom >= 0.9.5,
4848
mtl

0 commit comments

Comments
 (0)