Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 661 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 661 Bytes

Changelog

0.0.1.7 — 5th March 2023

  • Don't use 'pkg-config' to locate zlib on FreeBSD (Thanks to @arrowd): TeofilC#13

0.0.1.6 — 5th March 2023

  • Introduce 'pkg-config' cabal flag (Thanks to @jonathanlking): TeofilC#11

0.0.1.5 — 24th Jan 2023

  • Correct license field in .cabal file (Thanks to @juhp): TeofilC#9
  • Use https for git source repository (Thanks to @felixonmars): TeofilC#8

0.0.1.4 — 22th Dec 2022

  • Use pkgconfig to find zlib (Thanks to @bgamari): jkff#5