Skip to content

Commit 0eec619

Browse files
committed
fixed build on ghc master
1 parent ab87af1 commit 0eec619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Ranged/RangedSet.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import Data.Semigroup
3333
import Data.Monoid
3434
#endif
3535

36-
import Data.List
36+
import Data.List hiding (and, null)
3737

3838
infixl 7 -/\-
3939
infixl 6 -\/-, -!-

0 commit comments

Comments
 (0)