packages feed

fudgets-0.18.4: ChangeLog.md

# Release history for fudgets

## 0.18.4 --  2023-06-27

* ``Cla`` (Lennart Augustsson's calculator) is now included.

* Added support for binary I/O with lazy bytestrings to files and network
  sockets.

* Removed the last remnants of the ``PackedString`` type.

* Tested with 14 different versions of GHC, from 7.4.1 to 9.6.2.

* Fudgets turned 30 this month, can you believe it?
  [The first paper on Fudgets](https://www.altocumulus.org/Fudgets/fpca93-abstract.html)
  was presented at the *Conference on Functional Programming Languages and
  Computer Architecture*, Copenhagen, June 1993.
  
## 0.18.3.2 --  2022-08-04

* Simplified the installation on macOS by adding a helper script
  `hsrc/fudcpp` to workaround problems with the `-optP`  option in
  `ghc>=8.10.3` and automatically detect which version of `gcc` is installed.
  
## 0.18.3.1 -- 2022-03-14

* Renamed `doRequest.hs` to `doRequestCmd.hs` to avoid a name clash
  with `DoRequest.hs` on systems with case-insensitive file names.

## 0.18.3 -- 2022-03-13

* Although Fudgets dates back to the early 1990s, this is the first
  release on Hackage.