1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 19:57:14 +03:00
hpack/package.yaml
2015-06-10 15:42:38 +08:00

36 lines
541 B
YAML

name: hpack
version: 0.3.0
synopsis: An alternative format for Haskell packages
maintainer: Simon Hengel <sol@typeful.net>
license: MIT
github: sol/hpack
ghc-options: -Wall
dependencies:
- aeson >= 0.8
- base == 4.*
- base-compat >= 0.8
- deepseq
- directory
- filepath
- text
- unordered-containers
- yaml
source-dirs: src
executables:
hpack:
main: Main.hs
source-dirs: driver
tests:
spec:
main: Spec.hs
source-dirs: test
dependencies:
- hspec == 2.*
- mockery
- interpolate