Skip to content

Commit 3329852

Browse files
authored
Merge pull request #258 from gwils/tighten-lower-base-bound
Tighten base lower bound
2 parents 54dc2da + cb18756 commit 3329852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
hs-source-dirs: src
3838
build-depends:
3939
MemoTrie == 0.6.*,
40-
base >= 4.7 && < 4.13,
40+
base >= 4.9 && < 4.13,
4141
bifunctors >= 5.2 && < 5.6,
4242
comonad,
4343
containers >= 0.5 && < 0.7,

0 commit comments

Comments
 (0)