haskell-suite / haskell-names

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

Doesn't build with GHC 7.8 #47

Closed UnkindPartition closed 10 years ago

UnkindPartition commented 10 years ago

If these are not fixed in a week's time, I'll have to drop these dependencies.

arpunk commented 10 years ago

Currently, I am hitting glaebhoerl/type-eq#3 on 7.6

UnkindPartition commented 10 years ago

Yep, that's what I said :)

(If you need a workaround, pass something like --constraint=type-eq==0.4 to cabal install.)

arpunk commented 10 years ago

Oh, thank you

UnkindPartition commented 10 years ago

Actually, I've just made a new release with that constraint, so it should now build straight from hackage without any additional flags.

bergmark commented 10 years ago

This is fixed now.