Skip to content

brynedwards/spock-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isolated Spock examples

Stack

To run an example using Stack, first run:

stack setup && stack build

Then run with stack runghc examples/<file.hs>. You can also load them in GHCi using stack ghci.

Cabal

To run using a Cabal sandbox, first run:

cabal sandbox init && cabal install --only-dependencies

Then run with cabal exec runghc examples/<file.hs>. You can also load them in GHCi using cabal repl.

About

Isolated Spock examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published