Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foray1010/playground-haskell
following "CIS 194: Introduction to Haskell" from University of Pennsylvania School
https://github.com/foray1010/playground-haskell
Last synced: about 1 month ago
JSON representation
following "CIS 194: Introduction to Haskell" from University of Pennsylvania School
- Host: GitHub
- URL: https://github.com/foray1010/playground-haskell
- Owner: foray1010
- License: mit
- Created: 2018-06-29T23:45:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T02:42:29.000Z (about 1 year ago)
- Last Synced: 2024-12-07T16:41:50.869Z (about 1 month ago)
- Language: Haskell
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# playground-haskell
following ["CIS 194: Introduction to Haskell"](https://www.seas.upenn.edu/~cis194/spring13/lectures.html) from University of Pennsylvania School
## Prerequisite
1. install Haskell via stack
macOS example:
```sh
brew install haskell-stack
```1. **cd** to this repo and haskell will be installed automatically
## How to run
```sh
stack test
```