libjwt-typed icon indicating copy to clipboard operation
libjwt-typed copied to clipboard

fix #2: slightly fresher bounds for GHC 9.0.2

Open someodd opened this issue 3 years ago • 1 comments

Resolve the issue of this package not building for GHC 9.0.2 due to base and text bounds being too restrictive by simply slightly increasing the freshest/upper bound for both.

Tests have not been manually ran for this commit. Assuming all works well because I'm using libjwt-typed with nixpkgs in my project that now uses GHC 9.0.2.

someodd avatar Aug 12 '22 01:08 someodd

I'd love to see this merged. Even the updated bounds seem very conservative.

414owen avatar Oct 08 '22 14:10 414owen