haskell / text

Haskell library for space- and time-efficient operations over Unicode text.
http://hackage.haskell.org/package/text
BSD 2-Clause "Simplified" License
408 stars 159 forks source link

Update CI and drop job for GHC 8.2.2 #604

Closed Lysxia closed 6 months ago

Lysxia commented 6 months ago

To unblock #589

Bodigrim commented 6 months ago

Please update the lower bound:

-base             >= 4.10 && < 5,
+base             >= 4.11 && < 5,