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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -