Releases: tfausak/rampart
Releases · tfausak/rampart
1.1.0.2
- Added support for GHC 9.0.
- Dropped support for GHC 8.6 and earlier.
1.1.0.1
- Internal changes only. Started requiring Cabal 2.2 to build.
1.1.0.0
- #2: Fixed handling of empty intervals.
- Comparing with an empty interval used to give
Meets
or MetBy
. Now it gives Overlaps
or OverlappedBy
, respectively.
- Added two new functions,
isEmpty
and isNonEmpty
, for detecting empty intervals.
1.0.0.2
- #5: Fixed equality for empty intervals. Previously trying to relate two empty intervals at the same value would return
Meets
. Now it returns Equal
.
1.0.0.1
- Added support for GHC 8.6 and GHC 8.4. Previously only GHC 8.8 was supported.