Skip to content

haskell-facets/haskell-faceted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

Languages

  • Haskell 99.7%
  • Makefile 0.3%