hi: Generate scaffold for cabal project
This application generates a scaffold for Haskell project from a Git repository.
This command
$ hi foo-bar-baz
will generate:
$ tree . . ├── LICENSE ├── README.md ├── foo-bar-baz.cabal ├── src │ └── Foo │ └── Bar │ ├── Baz │ │ └── Internal.hs │ └── Baz.hs └── test ├── Foo │ └── Bar │ ├── Baz │ └── BazSpec.hs └── Spec.hs
See https://github.com/fujimura/hi for further usage.
Modules
[Index] [Quick Jump]
Downloads
- hi-1.2.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.8.1, 0.0.8.2, 1.0.0.0, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.1.0.3, 1.2.0.0, 1.2.0.1, 1.2.0.2 |
---|---|
Dependencies | ansi-wl-pprint, base (>=4 && <5), bytestring, directory, filepath, optparse-applicative (>=0.13.0), parsec, process (>=1.2.0.0), split, template (>=0.2 && <0.3), temporary (>=1.2.0.3), text (>1.0), time [details] |
License | BSD-3-Clause |
Author | Fujimura Daisuke |
Maintainer | me@fujimuradaisuke.com |
Category | Distribution |
Home page | https://github.com/fujimura/hi.git#readme |
Bug tracker | https://github.com/fujimura/hi.git/issues |
Source repo | head: git clone https://github.com/fujimura/hi.git |
Uploaded | by DaisukeFujimura at 2018-07-27T12:06:25Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | hi |
Downloads | 13635 total (59 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-07-27 [all 1 reports] |