Synopsis
someExample :: IO ()
someExample = putStrLn "Hello world"
stack build --fast --pedantic --test --file-watch
Haskell library template used at Freckle.
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 release
Open 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