Skip to content

deech/timer-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timer-rs - a Haskell learning project

Small personal project to document Haskell & Stack usage.

Haskell & IDE Setup

Install Stack

On Ubuntu:
sudo apt install haskell-stack

On openSUSE:
sudo zypper install stack

Setup project and dependencies

First cd into the project directory, than run:

stack setup
stack build
stack install intero
stack install QuickCheck

IDE - Visual Studio Code

Install VSCode and the vscode Haskero extension. Done.

Using GHCI, run tests and build a binary

To open the Haskell-REPL:
stack ghci

To run tests:
stack test

To build the binary:
stack install --local-bin-path [dir]

About

a Haskell learning project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%