Skip to content

haskell-faceted/haskell-faceted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published