1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 03:38:00 +03:00
hpack: A modern format for Haskell packages
Go to file
2015-06-01 17:02:24 +08:00
driver Warn on unknown fields in package description 2015-05-06 00:13:48 +08:00
src package.yaml -> package.yml 2015-06-01 17:02:24 +08:00
test package.yaml -> package.yml 2015-06-01 17:02:24 +08:00
.ghci Add version to generated cabal file 2015-04-27 12:28:52 +08:00
.gitignore Initial commit 2014-11-19 23:06:01 +08:00
.travis.yml Update travis config 2015-04-04 14:53:16 +08:00
hpack.cabal package.yaml -> package.yml 2015-06-01 17:02:24 +08:00
LICENSE Add LICENSE 2014-12-24 11:59:31 +08:00
package.yml package.yaml -> package.yml 2015-06-01 17:02:24 +08:00
README.md Update README 2015-06-01 01:24:22 +08:00
Setup.lhs Add Setup.lhs 2014-12-24 12:01:07 +08:00

hpack: An alternative format for Haskell packages

Examples

Vim integration

To run hpack automatically on modifications to package.yaml add the following to your ~/.vimrc:

autocmd BufWritePost package.yaml silent !hpack