haskell - How to create a package to upload to Hackage? -
how generate appropriate package file?
the hackage upload page has link to: https://www.haskell.org/cabal/users-guide/installing-packages.html#setup-sdist after reading i'm still unsure.
i've tried:
cabal setup sdist cabal: unrecognised command: setup (try --help)
as as:
setup sdist zsh: command not found: setup
to generate package: run following: cabal sdist
.
thanks @ppb
Comments
Post a Comment