haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations
https://hackage.haskell.org/packages/trustees/
42 stars 7 forks source link

Increment the `text` dependency bound of `ca-province-codes` #361

Closed blamario closed 1 year ago

blamario commented 1 year ago

The ca-province-codes library depends on text >=1 && <2. That prevents it from building with GHC 9.4.

https://github.com/prikhi/ca-province-codes/issues/1

andreasabel commented 1 year ago

Done: https://hackage.haskell.org/package/ca-province-codes-1.0.0.0/revisions/ I followed the bounds style of this package (major-major upper bounds only).