https://github.com/matsubara0507/hazell
Hazell is a Bazel build file generator for Bazel projects from hpack.
https://github.com/matsubara0507/hazell
bazel haskell-application
Last synced: about 2 months ago
JSON representation
Hazell is a Bazel build file generator for Bazel projects from hpack.
- Host: GitHub
- URL: https://github.com/matsubara0507/hazell
- Owner: matsubara0507
- License: bsd-3-clause
- Created: 2021-02-06T06:08:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T08:23:35.000Z (almost 5 years ago)
- Last Synced: 2025-05-29T13:25:30.289Z (about 1 year ago)
- Topics: bazel, haskell-application
- Language: Haskell
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# hazell
Hazell is a Bazel build file generator for Bazel projects from hpack config file.
## Usage
```
$ hazell --help
hazell [OPTIONS] [BAZEL_PROJECT_ROOT_PATH (default ./)]
Available options:
-V --version show version
-h --help show usage
--package-yaml[=PATH] PATH for package.yaml (default is ./package.yaml)
--stack-yaml[=PATH] PATH for stack.yaml (default is ./stack.yaml)
--build[=PATH] PATH for BUILD.bazel from bazel project root (default is BUILD.bazel)
-r --recursive Read all dependent cabal files to build files for bazel (e.g. for setup_deps)
```
## Example
```sh
$ stack build
$ stack exec -- hazell example
```