Skip to content

Commit cb18756

Browse files
committed
Tighten base lower bound
Reflex does not build with GHC 7.10 or below.
1 parent 29ed3c1 commit cb18756

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)