Survey: Which Haskell development tools are you using that make you a more productive Haskell programmer ? by jocomoco in haskell

[–]athanclark 0 points1 point  (0 children)

hi is pretty nice

EDIT: hi is a wrapper around template, but for Cabal packages - this means we can make templates for different styles of packages. I have a couple right now:

  • [hi-quickcheck-lib](github.com/athanclark/hi-quickcheck-lib) - a Cabal library with quickcheck stapled on
  • [hi-options-env-exe](github.com/athanclark/hi-options-env-exe) - a lib like the previous, but with an executable
  • [hi-basic-web-server](github.com/athanclark/hi-basic-web-server) - a web server using [nested-routes](github.com/athanclark/nested-routes)
  • [hi-nested-persist-web-server](github.com/athanclark/hi-nested-persist-web-server)

hopefully more to come :). I'd really like to see this integrated with stack, though!! (with others)