haskell-hvr / missingh

Utility library [Haskell]
https://hackage.haskell.org/package/MissingH
Other
87 stars 40 forks source link

Bump bounds for base for ghc 8.8 #51

Closed guibou closed 4 years ago

guibou commented 4 years ago

This change makes MissingH build with ghc 8.8. If accepted, could we have an hackage release too?

FranklinChen commented 4 years ago

Status? I tried upgrading a project of mine to GHC 8.8 and am blocked by MissingH build failure.

octalsrc commented 4 years ago

A comment on this, MissingH's dependency bounds have been "jailbroken" in the nixpkgs Haskell package set to build with GHC 8.8.x and base-0.13.0.0, and it seems to be working fine.

Publishing a release based on this PR would be useful for getting Gitit to build on GHC 8.8.x outside of nixpkgs.