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

Support ghc-8.2.* #35

Closed kuribas closed 6 years ago

kuribas commented 6 years ago

support ghc-8.2.*

ivan-m commented 6 years ago

Thanks for this! I've completely forgotten to upgrade this project to 8.2 :s

Can you please also add in support for testing for 8.2 to the tested-with field in the .cabal file and in .travis.yml?

(I'll dig into why 7.6.3 fails; probably a too lenient version bound somewhere.)

ivan-m commented 6 years ago

Ta!