use hpack

This commit is contained in:
Jon Schoning 2016-11-15 18:59:54 -06:00
parent a3f9283997
commit 13b9d85125
3 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View file

@ -15,5 +15,5 @@ src/style.css
*.tags
*.prof
*.svg
*.cabal
TAGS
pinboard.cabal

View file

@ -2,7 +2,7 @@ name: gen
version: '0.1.0.0'
author: Jon Schoning
maintainer: jonschoning@gmail.com
license: UnspecifiedLicense
license: MIT
source-dirs:
- ./.
- ../src
@ -33,6 +33,7 @@ dependencies:
- profunctors >=5
- lens >=4.13
- template-haskell >=2.10
- monad-logger
executables:
gen:
main: Main.hs

View file

@ -2,7 +2,7 @@ name: sample
version: '0.1.0.0'
author: Jon Schoning
maintainer: jonschoning@gmail.com
license: UnspecifiedLicense
license: MIT
other-extensions:
- TemplateHaskell
dependencies: