Skip to content

Releases: ndmitchell/extra

Version 1.7.16

11 May 15:56
Compare
Choose a tag to compare
  • Fix to actually work with GHC 9.10

Version 1.7.15

10 May 13:09
Compare
Choose a tag to compare

#111, work with GHC 9.10
Test with GHC 9.8

Version 1.7.14

01 Jul 19:20
Compare
Choose a tag to compare

1.7.14, released 2023-07-01

  • #106, add compatibility with GHC 9.7
  • #103, future-proof against addition of Data.List.unsnoc

Version 1.7.13

02 Apr 16:19
Compare
Choose a tag to compare

1.7.13, released 2023-04-22

  • #102, add mwhen :: Monoid a => Bool -> a -> a
  • #99, make replace with an empty from intersperse the replacement
  • #101, future-proof against addition of Data.List.!?