Skip to content

matthunz/hoot

Repository files navigation

Hoot

Opinionated haskell package builder (based on cabal)

  • WIP: Only hoot add package resolution works so far

Create a new project

hoot new hello

cd hello
hoot run

Add dependencies

hoot add QuickCheck
# Added QuickCheck v2.14.3

Package manifest

Package manifests are stored in Hoot.toml

[package]
name = "example"

[dependencies]
quickcheck = "v2.14.3"

About

Opinionated package manager for haskell (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published