Skip to content

Releases: tfausak/rampart

1.1.0.3

13 May 23:38
209f7ea
Compare
Choose a tag to compare

1.1.0.2

07 Feb 16:21
aa6f014
Compare
Choose a tag to compare
  • Added support for GHC 9.0.
  • Dropped support for GHC 8.6 and earlier.

1.1.0.1

02 Jun 23:13
8258632
Compare
Choose a tag to compare
  • Internal changes only. Started requiring Cabal 2.2 to build.

1.1.0.0

01 May 14:46
1620fda
Compare
Choose a tag to compare
  • #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.3

05 Apr 02:38
Compare
Choose a tag to compare
  • Allowed base 4.14.x.

1.0.0.2

15 Mar 13:10
0679747
Compare
Choose a tag to compare
  • #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

15 Mar 13:06
Compare
Choose a tag to compare
  • Added support for GHC 8.6 and GHC 8.4. Previously only GHC 8.8 was supported.

1.0.0.0

15 Mar 13:05
Compare
Choose a tag to compare
  • Initially released.