1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 03:38:00 +03:00
hpack/hpack.cabal
2015-07-02 19:46:13 +08:00

68 lines
1.4 KiB
Plaintext

-- This file has been generated from package.yaml by hpack version 0.3.2.
--
-- see: https://github.com/sol/hpack
name: hpack
version: 0.3.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: src, driver
main-is: Main.hs
other-modules:
Hpack.Config
Hpack.Run
Hpack.Util
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat >= 0.8
, deepseq
, directory
, filepath
, text
, unordered-containers
, yaml
ghc-options: -Wall
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
hs-source-dirs: src, test
main-is: Spec.hs
other-modules:
Hpack.Config
Hpack.Run
Hpack.Util
Helper
Hpack.ConfigSpec
Hpack.RunSpec
Hpack.UtilSpec
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat >= 0.8
, deepseq
, directory
, filepath
, text
, unordered-containers
, yaml
, hspec == 2.*
, mockery >= 0.3
, interpolate
ghc-options: -Wall
default-language: Haskell2010