hpack - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

HateUsernames007

Is there a hpack extension that looks up the versions from stackage and inserts those versions in the generated cabal file?

Torsten Schmits

I've never heard of hpack extensions

HateUsernames007

@Torsten Schmits "extension" something to put the dependency versions in

Torsten Schmits

you can use a <<: !include versions.yaml directive and parse that file easier. then maybe call the http api of stackage

HateUsernames007

Thanks that seems viable