Skip to content

Commit 4d33407

Browse files
committed
Update version bounds for codeworld-api
1 parent 4eaf2af commit 4d33407

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

codeworld-api/codeworld-api.cabal

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: codeworld-api
2-
Version: 0.8.0
2+
Version: 0.8.1
33
Synopsis: Graphics library for CodeWorld
44
License: Apache
55
License-file: LICENSE
@@ -58,10 +58,10 @@ Library
5858
ghc-prim >= 0.3.1 && < 0.10,
5959
hashable >= 1.2.4 && < 1.5,
6060
monad-loops >= 0.3 && < 0.5,
61-
mtl >= 2.2.1 && < 2.3,
61+
mtl >= 2.2.1 && < 2.4,
6262
random >= 1.1 && < 1.3,
6363
ref-tf >= 0.4 && < 0.6,
64-
reflex >= 0.6.3 && < 0.9,
64+
reflex >= 0.6.3 && < 0.10,
6565
template-haskell >= 2.8 && < 2.20,
6666
text >= 1.2.2 && < 2.1,
6767
time >= 1.8 && < 2.0,
@@ -119,10 +119,10 @@ Test-suite unit-tests
119119
ghc-prim >= 0.3.1 && < 0.10,
120120
hashable >= 1.2.4 && < 1.5,
121121
monad-loops >= 0.3 && < 0.5,
122-
mtl >= 2.2.1 && < 2.3,
122+
mtl >= 2.2.1 && < 2.4,
123123
random >= 1.1 && < 1.3,
124124
ref-tf >= 0.4 && < 0.6,
125-
reflex >= 0.6.3 && < 0.9,
125+
reflex >= 0.6.3 && < 0.10,
126126
template-haskell >= 2.8 && < 2.20,
127127
text >= 1.2.2 && < 2.1,
128128
time >= 1.8 && < 2.0,

0 commit comments

Comments
 (0)