jgm / gitit

A wiki using HAppS, pandoc, and git
GNU General Public License v2.0
2.13k stars 225 forks source link

current hackage release doesnt support newer versions of its deps (on ghc 8.10.4 as of May 2021) #671

Closed cartazio closed 2 years ago

cartazio commented 3 years ago

on ghc 8.10.4, i had to iteratively come up with

➤ cabal install gitit --allow-newer=pandoc-types,QuickCheck,skylighting,pandoc,attoparsec,network,happstack-server,aeson

to get the build working

cartazio commented 3 years ago

(so perse, a cabal install gitit on ghc 8.10.4 doesnt work without allow newer!)

cartazio commented 3 years ago

hrmm, some of the issue was with having hackage-head enabled, but even without that, i had to do allow-newer on pandoc and pandoc-types to get cabal to construct a build plan

jgm commented 3 years ago

Right, this project is barely maintained at this point, and I haven't updated it in a while. If you can confirm that newer versions work, feel free to modify gitit.cabal and submit a PR.

jgm commented 2 years ago

I think we accept the newest versions of everything now. (0.15.1.0)

cartazio commented 2 years ago

Text 2.0 is about to be out, with internal utf8 rep and fusion disabled. That might have a large impact on this prject and pandoc.

Giving gitit some tlc has been on my infinite list for a while :(

On Sat, Dec 11, 2021 at 1:25 AM John MacFarlane @.***> wrote:

I think we accept the newest versions of everything now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jgm/gitit/issues/671#issuecomment-991479920, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABBQUU4OEU44TYI77GVT3UQLVELANCNFSM442WXVTA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jgm commented 2 years ago

I'm working on some issues with text 2 and pandoc now!

cartazio commented 2 years ago

Oo, what sorts of bugs happened?

On Sat, Dec 11, 2021 at 4:23 PM John MacFarlane @.***> wrote:

I'm working on some issues with text 2 and pandoc now!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jgm/gitit/issues/671#issuecomment-991788053, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABBQQ5JIHTVUJSE7WMMALUQO6ODANCNFSM442WXVTA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jgm commented 2 years ago

segfault on link. I've got an issue open on the text bug tracker and we're working on it.