GitpodTemplate
uses PVP Versioning.
The changelog is available on GitHub.
- Modify the docker file to use
ghcup
- use
cabal init
andstack init
to overwrite defaults, so incaseghc
is update the build still works. - Modify CI to use
haskell-ci
which generates a ci configuration from cabal file. - Change the name of files so they fit cabal's default naming.
- Initially created.