Extra Versions Save

Extra Haskell functions

v1.7.16

4 days ago
  • Fix to actually work with GHC 9.10

v1.7.15

5 days ago

#111, work with GHC 9.10 Test with GHC 9.8

v1.7.14

10 months ago

1.7.14, released 2023-07-01

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

v1.7.13

1 year ago

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.!?