libjwt-typed
libjwt-typed copied to clipboard
fix #2: slightly fresher bounds for GHC 9.0.2
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.
I'd love to see this merged. Even the updated bounds seem very conservative.