https://github.com/vivi90/haskell-install
Simple Haskell install script
https://github.com/vivi90/haskell-install
arch cabal cyp ghc haskell install leancheck linux manjaro script shell
Last synced: about 1 month ago
JSON representation
Simple Haskell install script
- Host: GitHub
- URL: https://github.com/vivi90/haskell-install
- Owner: vivi90
- License: cc-by-4.0
- Created: 2021-04-08T20:24:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T22:43:49.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T08:46:00.686Z (about 1 year ago)
- Topics: arch, cabal, cyp, ghc, haskell, install, leancheck, linux, manjaro, script, shell
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simple Haskell install script
Installs [GHC](https://www.haskell.org/ghc) with the static & dynamic libraries
and [Cabal](https://www.haskell.org/cabal).
## Optional components
* [LeanCheck](https://github.com/rudymatela/leancheck#readme)
* An fork of [cyp](https://gitlab.imn.htwk-leipzig.de/waldmann/cyp)
## Install
Just issue the command `chmod +x install.sh && ./install.sh`.
## Requirements
* [Arch](https://archlinux.org) based [Linux](https://www.kernel.org) distribution
* Around 1.9 GiB of free disk space
## License
This project is free software under the terms of the CC BY 4.0 license.
For more details please see the LICENSE file or: [Creative Commons](http://creativecommons.org/licenses/by/4.0)
*The licenses of the installed components may differ.*
## Credits
* 2020 by [Vivien Richter](https://github.com/vivi90)
* [Git repository](https://github.com/vivi90/haskell-install.git)