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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -