ChrisPenner / slick

Static site generator built on Shake configured in Haskell
BSD 3-Clause "New" or "Revised" License
204 stars 24 forks source link

Stack #14

Closed locallycompact closed 3 years ago

locallycompact commented 4 years ago

Is it alright if I add this to stack?

ChrisPenner commented 4 years ago

Absolutely 😄 ; I just didn't get around to it initially, but if you don't mind figuring out some good package bounds and adding it in that'd be great 👍

tintinthong commented 3 years ago

@locallycompact yes pls. Is this still being undertaken @locallycompact and @ChrisPenner?? I also have some issues getting Slick to work with haskell-language-server. I believe its because the lts version is not supported by hls. Hence, it would be nice to get a version with a higher-lts that is compatible with haskell-language-server

ChrisPenner commented 3 years ago

I upgraded the stack.yaml and ensured it builds against lts-16.29; but unfortunately can't add it to stackage ATM due to this issue with pandoc 😢

I'm not entirely sure how the lts version of the underlying package would affect HLS, if the package builds with the GHC you're using with HLS it should handle it fine AFAIK.

Regardless, feel free to try the updated version of slick and see if that helps 😄

ChrisPenner commented 3 years ago

Pandoc issue has been resolved 🎉

Slick will be available in the next available stackage LTS 😄 https://github.com/commercialhaskell/stackage/pull/5967