Skip to content

Commit a76be76

Browse files
committed
Functions: disambiguate the (<>) to not conflict with GHC 8.4 base
1 parent abc3862 commit a76be76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Text/Format/Functions.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module Data.Text.Format.Functions
1515
(
16-
(<>)
16+
(Data.Text.Format.Functions.<>)
1717
, i2d
1818
) where
1919

0 commit comments

Comments
 (0)