Skip to content

taktoa/TestGL

Repository files navigation

TestGL

# Update to latest version of Cabal.
cabal update
cabal install cabal-install

# Initialize a sandbox and install the package's dependencies.
make install

# For Nix users:
make nix-shell

# Configure & build the package.
make configure
make build

# Test package.
make test

# Run executable.
make run

# Start REPL.
make repl

# Generate documentation.
make haddock

# Analyze coverage.
make hpc

About

Playing around with Haskell 3D graphics libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published