All Versions
8
Latest Version
Avg Release Cycle
111 days
Latest Release
1803 days ago
Changelog History
Changelog History
-
v0.1.0.0 Changes
January 02, 2020๐ No actual breaking changes, just the first major release after time showed that things have settled.
๐ท Most of the changes resulted from switching to
haskell-ci
for CI setup, which implies a cabal-only suite. The old CI setup needed far too much babysitting.The only "breaking" change:
- โฌ๏ธ Dropped support for GHC 8.0.2 (that only coincidentally worked for
stack
, becausecontainers
is a boot library and thus pinned to 0.5.7.1. We need >= 0.5.9.2)
- โฌ๏ธ Dropped support for GHC 8.0.2 (that only coincidentally worked for
-
v0.0.2.1 Changes
April 27, 2019๐ท Mostly bumping upper bounds of
base
andlattices
, while adding new CI configs for new GHCs -
v0.0.2.0 Changes
August 27, 2018- โ Add
{from,to}Linearisation
functions
- โ Add
-
v0.0.1.0 Changes
June 23, 2018- โฌ๏ธ Bump containers to 0.6.0.1
- โ Add tested {takeWhile,dropWhile,span}Antitone variants
-
v0.0.0.4 Changes
April 08, 2018- ๐ Compatibility for GHC 8.4.1: There was a new containers release (0.5.11.0) and base went up to 4.11.0.0
-
v0.0.0.3 Changes
January 24, 2018- ๐ Relaxed version bounds for
containers-0.5.11.0
- ๐ Relaxed version bounds for
-
v0.0.0.2 Changes
January 06, 2018- No code changes
- 0๏ธโฃ Negated the
use-lattices
flag tono-lattices
, which default toFalse
. This is so thatstack.yaml
files are less cluttered - ๐ Fixed flag configuration of the benchmark suite (which didn't list
lattices
as dependency`) - โฌ๏ธ Dropped support for lts-7 and bumped GHC 8.2.1 to GHC 8.2.2 in CI
-
v0.0.0.1
November 19, 2017