hi icon indicating copy to clipboard operation
hi copied to clipboard

Generate scaffold for a Haskell project

Results 7 hi issues
Sort by recently updated
recently updated
newest added

This fails: ``` cabal install hi ``` This works: ``` $ cabal install hi --constraint="optparse-applicative

I fixed package meta-data (hi.cabal and stack.yaml) to fix tests for new environments. I tested with stackage lts-12.26 and lts-14.7. The diff is: - stack.yaml: Upgrade the resolver. - stack.yaml:...

This is a cool tool, but I think it would be even nicer if it the templates were allowed to be regular cabal packages. When there is no package-name.cabal.template hi...

enhancement

In version 0.0.8.2 the template would be cloned at the top level, now it's a level deeper. For example, if I used to have a package named `foo` in a...

Currently `$ hi -m Foo.Bar` won't work.

enhancement

It would be nice to have an option like `--directory-name`. It would be intended to let you set a different directory name than the package name. So, for instance, your...

enhancement