ekmett / bound

Combinators for manipulating locally-nameless generalized de Bruijn terms

Home Page:https://www.schoolofhaskell.com/user/edwardk/bound

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overkill tests failing to build on 8.10.3

cdornan opened this issue · comments

We see Ambiguous occurrence ‘foldMap’ on stackage nightly (GHC 8.10.3).

(Though I don't yet understand why it manifested yesterday, Thursday, 2021-02-04.)

I guess vector release.

Thanks for the bug report! I've revised the affected Hackage versions accordingly, and I've opened #82 with a fix. I'll prepare a new Hackage release with that fix soon.

(Though I don't yet understand why it manifested yesterday, Thursday, 2021-02-04.)

This one is my doing, actually. I deliberately added vector-0.12.2 to Stackage in an attempt to flush out any remaining build errors that arise when using that version of vector. It looks like my plan worked!

I've uploaded bound-2.0.3 to Hackage with these changes.