jgm / cheapskate

Experimental markdown processor in Haskell
BSD 3-Clause "New" or "Revised" License
107 stars 18 forks source link

0.1.1.2 non buildable on GHC-7.10.3 and older #35

Closed phadej closed 4 years ago

phadej commented 4 years ago
Configuring library for cheapskate-0.1.1.2..
Preprocessing library for cheapskate-0.1.1.2..
Building library for cheapskate-0.1.1.2..

Cheapskate/ParserCombinators.hs:39:18:
    Could not find module ‘Control.Monad.Fail’
    It is a member of the hidden package ‘fail-4.9.0.0@9VfzPgZmVnyGDICixWHnyA’.
    Perhaps you need to add ‘fail’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

I made a revision https://hackage.haskell.org/package/cheapskate-0.1.1.2/revisions/, please either update the lower bound in repository or restore the compatibility. (You probably want former).

jgm commented 4 years ago

Will base >= 4.9.0 do the trick?

phadej commented 4 years ago

Yes it will, sorry for not mentioning it right away.

On 22. Mar 2020, at 3.52, John MacFarlane notifications@github.com wrote:

 Will base >= 4.9.0 do the trick?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.