jfeltz / dash-haskell

dash docset builder for Haskell packages and cabal project dependencies
GNU Lesser General Public License v3.0
79 stars 12 forks source link

Update to work against ghc 7.10 #12

Closed rgrinberg closed 9 years ago

rgrinberg commented 9 years ago

It compiles so it must work...

I didn't go further to test this because I'm not sure what the final goal is. Is dash-haskell going to support both 7.8 and 7.10? Because if so then some cpp will be needed and that's where I usually give up myself.

jfeltz commented 9 years ago

Thanks. Right now I'd rather just advance the versions under 1.0.x.x, corresponding to breaking ghc release. Trying to straddle both, and more, seems unmaintainable for me.

Edit: As a probably unrelated side-note, I've also tried to follow haddock-api with this project (mainly out of desire for conformance with latest haddock) and that seems to be tightly coupled with ghc release.