Skip to content

Commit 6a28afd

Browse files
committed
Lower upper bound on text to avoid libstdc++ compatibility issues on older release platforms
1 parent 5374507 commit 6a28afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matterhorn.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ library
178178
, data-clist >= 0.1.2 && < 0.2
179179
, semigroups >= 0.18 && < 0.20
180180
, connection >= 0.2 && < 0.4
181-
, text >= 1.2.5.0 && < 2.1
181+
, text >= 1.2.5.0 && < 2.0
182182
, bytestring >= 0.10 && < 0.12
183183
, stm >= 2.4 && < 2.6
184184
, config-ini >= 0.2.2.0 && < 0.3

0 commit comments

Comments
 (0)