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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -