Synopsis
someExample :: IO ()
someExample = putStrLn "Hello world"stack build --fast --pedantic --test --file-watchHaskell library template used at Freckle.
If you are working within the freckle org, use github-vending-machine. Otherwise:
gh repo create --template freckle/haskell-library-template --public freckle/<name>
git clone [email protected]:freckle/<name>
cd ./<name>find -type f -exec \
sed -i s/haskell-library-template/my-name/ {} +Edit package.yaml as necessary.
When you are ready to release your library, simply remove the conditional from the release workflow.
- - if: false # Remove when ready to releaseOpen repo up to hacktoberfest contributions
Add the hacktoberfest topic to your repo if
- you're planning on releasing it as open source, and
- you think it would benefit from and be amenable to public contributions