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

36 lines
557 B
YAML

name: hpack
version: 0.3.2
synopsis: An alternative format for Haskell packages
maintainer: Simon Hengel <sol@typeful.net>
license: MIT
github: haskell-tinc/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 >= 0.3
- interpolate