Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kashiwara0205/haskell-sample-code
Haskellのサンプルコード置き場
https://github.com/kashiwara0205/haskell-sample-code
Last synced: 10 days ago
JSON representation
Haskellのサンプルコード置き場
- Host: GitHub
- URL: https://github.com/kashiwara0205/haskell-sample-code
- Owner: Kashiwara0205
- Created: 2023-11-03T07:40:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-03T04:43:00.000Z (about 1 year ago)
- Last Synced: 2024-11-13T18:18:04.695Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 5.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Haskell Sample Code
## How to setup
```
docker-compose build
docker-compose up -d
```## How to run test
```
make in
runghc [test-filename]
```