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

Support ghc 7.10.x #11

Closed PierreR closed 9 years ago

PierreR commented 9 years ago

Would it be hard to support ghc-7.10.x ?

Cheers

PierreR commented 9 years ago

Well I can see it is not straightforward ...

jfeltz commented 9 years ago

It's in the works. ghc-7.10.x is kind of a quagmire due to ongoing work for dash-haskell-1.1.0.0. In that future release, less is dependent on ghc Module etc.

Nevertheless, for now, if there is a Pull Request that provides support for ghc-7.10.x, I'll definitely merge it and version bump that onto Hackage.

PierreR commented 9 years ago

I had a go with it but the GHC API has changed quite a bit in 7.10 so I gave up.

Waiting for the feature release seems quite reasonable ;-)

jfeltz commented 9 years ago

fixed with merge of https://github.com/jfeltz/dash-haskell/pull/12 onto master