ivan-m / haskell-docs

Get the Haskell documentation of a name from a module
BSD 3-Clause "New" or "Revised" License
32 stars 8 forks source link

haskell-docs 4.2.6 not building with GHC 7.8.4 #30

Closed iarekk closed 8 years ago

iarekk commented 8 years ago

Apparently haddock-library needs to be included for GHC 7.8.4 as well as for GHC 7.10. When building 4.2.6 I get the message below while 4.2.5 builds fine.

src/haddock-api/Haskell/Docs/HaddockDoc.hs:14:18:
    Could not find module ‘Documentation.Haddock.Types’
    It is a member of the hidden package ‘haddock-library-1.1.1’.
    Perhaps you need to add ‘haddock-library’ to the build-depends in your .cabal file.
Lacaranian commented 8 years ago

Seeing the same thing on my end, worth looking into.

ivan-m commented 8 years ago

I believe this should now be fixed.