Faceted values for Haskell. A work-in-progress.
$ cabal install faceted
$ cabal repl
... To be expanded ...
0. Install Cabal and get to the latest version, to have sandboxes
# OSX
$ brew install haskell-platform
$ cabal install cabal-install --global
1. Set up a cabal sandbox for this project
$ cabal sandbox init
2. Configure and build
$ cabal configure
$ cabal build
That's it for now. Tests coming soon.