* Add @juanpaucar as a contributor
* Add @jsl as a contributor
* Add @DavidMazarro as a contributor
* Add @sestrella as a contributor
* Add @mrkkrp as a contributor
* Add @jpvillaisaza as a contributor
* Add @CristhianMotoche as a contributor
* Add @psibi as a contributor
* Add @ibarrae as a contributor
* Add @cptrodolfox as a contributor
* Add @goetzc as a contributor
* Add @javcasas as a contributor
* Add @darthdeus as a contributor
* Add @nickovivar as a contributor
* Add @felixminom as a contributor
* Add @elcuy as a contributor
* Add @fefi95 as a contributor
* Add @alexisbcc as a contributor
* Add @GioDavid as a contributor
* Add @FranzGB as a contributor
* Add @hughjfchen as a contributor
* Add @boceto1 as a contributor
* Add @ng29 as a contributor
* Add @nebtrx as a contributor
* Add @wanderer163 as a contributor
* docs: Update README
* fix: Update install-nix-action
* Setting up Nix / Running the build using Nix
* Delete other CI workflows (temporarily)
* Add cabal update
* Cache dependencies
* Run tests
* Add missing dependency required for testing
* Add macos-latest runner
* Exclude GHC 8.10 on macos-latest
* Trying something with haskell.nix overlays
* Trying to compile the project with an external flake
* Pass --accept-flake-config flag
* Install GHC package provided by haskell-nix
* Pass --accept-flake-config and enable ubuntu-latest
* Remove hello project
* Update substituters
* Test with ubuntu
* Disable macos
* Add stdenv.cc.cc.lib
* Testing ghc90 running on ubuntu-latest
* Install GMP dev
* Remove .dev from gmp
* Use propagatedBuildInputs
* Install stdenv
* Add --verbose=3
* Test ghc810 running on ubuntu-latest
* Install libstdc++6
* Fix typo
* Run nix-info
* Add nix-path
* List /usr/lib/x86_64-linux-gnu
* Run cabal clean before cabal build
* Run without cache
* Turn on cache again
* Run all builds
* Run ghc90 on ubuntu-latest only
* Install ghc from haskell on Linux and haskell-nix on Mac
* Re-enable cache
* Add labels to steps
* Add scripts to run nix-shells
* Install zsh
* Exclude GHC 8.10 from macOS
* Install zsh only on Linux
* Minor refactoring
* Merge nix workflow into build
* Remove nix workflow
* Update README file
* Fix merge conflicts
* Fix runs-on
* Add cache.nixos.org config
* Exclude ghc90 on macos-latest
* Add note about GHC 9.0 running on macOS
* Update flake.lock
* Run GHC 9.0 (macOS)
* Print GHC and cabal versions
* Disable docker job (temp change)
* Fix compilation issue
* Refactor documentation
* Re-enable docker job
* Update comment in the .cabal file
* Revert .cabal file changes
* Extract nix content to a separate file
* Extract nix content to a separate file
* Update README file
* Update TODO section
* Remove .tmuxinator.yml
* Remove table of content from the README file
* Fix typo in command
* Update Nix docs
* Update restart instructions
* Barebones `hackage.yml` workflow structure
* Removed `hackage.yml`
* Added new `release` job and steps for Hackage distribution
* Commenting `release` job
* Uncommented `release` job and fixed bad syntax
* Fixed bad YAML syntax
* Removed upload-artifact/download-artifact
* Changed version variable to glob expression `*`
* Added Haddock generation and upload steps for Hackage
* Create maintenance command
* Read filepath and filename
zsh:1: command not found: q
* Addd config and test
* Addd config and test
* Add tests and imports
* Add test for writing maintenance file
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
* Expand writeMaintenancFile function
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
* Add functionality for command enable
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
* Add delete function
* Add filename and directory from configPath
zsh:1: command not found: wq
* Remove unused file
* Change variable name
* Remove Utils from cabal file
* Remove environment file
* Change pattern
* Add suggested formatting and comments
* Add more suggestions and option to run stack
* Update README with new variables
* Update README with changes
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>