ginger icon indicating copy to clipboard operation
ginger copied to clipboard

Extend upper bounds of dependencies

Open TravisCardwell opened this issue 11 months ago • 2 comments

The following dependency upper bounds are extended:

  • bytestring (tested 0.12.1.0)
  • text (tested 2.1.1)
  • tasty (tested 1.5)

No changes to the code are necessary. With the extended bounds, Ginger works fine with GHC 9.8.2 (latest release, now used by Stackage Nightly).

TravisCardwell avatar Mar 11 '24 10:03 TravisCardwell

I extended the filepath upper bound (tested 1.5.2.0), adding the change to this PR.

If you get a chance to merge and make a Hackage revision, I would appreciate it! Thanks!

TravisCardwell avatar Apr 16 '24 22:04 TravisCardwell

I extended the containers upper bound (tested 0.7), adding the change to this PR.

With this change, Ginger works fine with GHC 8.10.1 (latest release).

If you get a chance to merge and make a Hackage revision, I would appreciate it! Thanks!

TravisCardwell avatar Jun 12 '24 00:06 TravisCardwell