haskell-suite / haskell-names

Haskell suite library for name resolution
52 stars 17 forks source link

Bump upper bound on `haskell-src-exts` #113

Closed parsonsmatt closed 4 years ago

parsonsmatt commented 4 years ago

This unblocks Stackage on haskell-src-exts-1.23.0.

The haskell-src-exts changelog indicates that this is only adding new constructors to sum types. Neither appear to be reexported in the library, so this should be safe as a minor version bump.

Building locally doesn't show any warnings that should be introduced by this.

mvoidex commented 4 years ago

Thanks!