hpack-0.1.2: hpack.cabal
-- This file has been generated from package.yaml by hpack version 0.1.1.
--
-- see: https://github.com/sol/hpack
name: hpack
version: 0.1.2
synopsis: An alternative format for Haskell packages
homepage: https://github.com/sol/hpack#readme
bug-reports: https://github.com/sol/hpack/issues
maintainer: Simon Hengel <sol@typeful.net>
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/sol/hpack
executable hpack
hs-source-dirs: driver, src
main-is: Main.hs
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat >= 0.8
, deepseq
, directory
, filepath
, unordered-containers
, yaml
ghc-options: -Wall
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
hs-source-dirs: test, src
main-is: Spec.hs
other-modules:
ConfigSpec
Helper
RunSpec
UtilSpec
Config
Run
Util
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat >= 0.8
, deepseq
, directory
, filepath
, unordered-containers
, yaml
, hspec == 2.*
, mockery
, interpolate
ghc-options: -Wall
default-language: Haskell2010