Opinionated haskell package builder (based on cabal)
- WIP: Only
hoot add
package resolution works so far
hoot new hello
cd hello
hoot run
hoot add QuickCheck
# Added QuickCheck v2.14.3
Package manifests are stored in Hoot.toml
[package]
name = "example"
[dependencies]
quickcheck = "v2.14.3"