jgm / cheapskate

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

Compile failure w/ GHC 7.4 #22

Closed hvr closed 5 years ago

hvr commented 6 years ago
Configuring library for cheapskate-0.1.1..
Preprocessing library for cheapskate-0.1.1..
Building library for cheapskate-0.1.1..

Cheapskate/Types.hs:13:8:
    Could not find module `GHC.Generics'
    It is a member of the hidden package `ghc-prim'.
    Perhaps you need to add `ghc-prim' to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.
cabal: Failed to build cheapskate-0.1.1 (which is required by exe:cheapskate from cheapskate-0.1.1).

I've already revised the meta-data for the affected release (see https://hackage.haskell.org/package/cheapskate-0.1.1/revisions/) to prevent the cabal solver from picking up cheapskate-0.1.1 with GHCs prior to GHC 7.6/base-4.6

hvr commented 5 years ago

@jgm ping?

I've just had to make another revision for the latest release at https://hackage.haskell.org/package/cheapskate-0.1.1.1/revisions/

jgm commented 5 years ago

I'm fine with the revision. This is basically an unmaintained package. I make minimal changes occasionally. I've pushed this change to the repository so it won't be lost in the next release.

Herbert Valerio Riedel notifications@github.com writes:

@jgm ping?

I've just had to make another revision for the latest release at https://hackage.haskell.org/package/cheapskate-0.1.1.1/revisions/

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/jgm/cheapskate/issues/22#issuecomment-452388348