Skip to content

Commit 74d669e

Browse files
author
Artyom Kazak
committed
Add an upper bound on regex-base
1 parent 7712449 commit 74d669e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-tdfa.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
, ghc-prim
4444
, mtl == 2.*
4545
, parsec == 3.*
46-
, regex-base >= 0.93.1
46+
, regex-base >= 0.93.1 && < 0.95
4747

4848
-- Support Semigroup instances uniformly
4949
--

0 commit comments

Comments
 (0)