Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 603 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 603 Bytes

Faceted values & computations for Haskell

Faceted values for Haskell. A work-in-progress.

Getting Started

    $ cabal install faceted
    $ cabal repl

... to be expanded ...

Contributing

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.