/hi-my-imports

Template with common imports for Hi, Haskell biolerplate generator

hi-imports

A template for hi.

Forked from hi-hspec, added some common imports I use.

example:

$ hi -m Foo.Bar -p foo-bar  -r git@github.com:fujimura/hi-hspec.git
$ tree
.
├── LICENSE
├── README.md
├── foo-bar.cabal
├── src
│   └── Foo
│       ├── Bar
│       │   └── Internal.hs
│       └── Bar.hs
└── test
    ├── Foo
    │   └── BarSpec.hs
    └── Spec.hs

5 directories, 7 files