1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 11:47:15 +03:00
hpack/hpack.cabal
2018-08-03 17:35:20 +08:00

195 lines
4.1 KiB
Plaintext

cabal-version: >= 1.10
-- This file has been generated from package.yaml by hpack version 0.29.5.
--
-- see: https://github.com/sol/hpack
--
-- hash: d8b2a418f831494685f8d946c109f4cf86371e5f1a41613bdd538aa6ed27817c
name: hpack
version: 0.29.6
synopsis: A modern format for Haskell packages
description: See README at <https://github.com/sol/hpack#readme>
category: Development
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
extra-source-files:
CHANGELOG.md
source-repository head
type: git
location: https://github.com/sol/hpack
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
Cabal >=2.2
, Glob >=0.9.0
, aeson >=1.2.1.0
, base >=4.9 && <5
, bifunctors
, bytestring
, containers
, cryptonite
, deepseq
, directory
, filepath
, http-client
, http-client-tls
, http-types
, infer-license >=0.2.0 && <0.3
, pretty
, scientific
, text
, transformers
, unordered-containers
, vector
, yaml
exposed-modules:
Hpack
Hpack.Config
Hpack.Render
Hpack.Yaml
other-modules:
Data.Aeson.Config.FromValue
Data.Aeson.Config.Parser
Data.Aeson.Config.Types
Data.Aeson.Config.Util
Hpack.CabalFile
Hpack.Defaults
Hpack.Haskell
Hpack.License
Hpack.Options
Hpack.Render.Dsl
Hpack.Render.Hints
Hpack.Syntax.Defaults
Hpack.Syntax.Dependency
Hpack.Syntax.DependencyVersion
Hpack.Syntax.Git
Hpack.Utf8
Hpack.Util
Paths_hpack
default-language: Haskell2010
executable hpack
main-is: Main.hs
hs-source-dirs:
driver
ghc-options: -Wall
build-depends:
Cabal >=2.2
, Glob >=0.9.0
, aeson >=1.2.1.0
, base >=4.9 && <5
, bifunctors
, bytestring
, containers
, cryptonite
, deepseq
, directory
, filepath
, hpack
, http-client
, http-client-tls
, http-types
, infer-license >=0.2.0 && <0.3
, pretty
, scientific
, text
, transformers
, unordered-containers
, vector
, yaml
other-modules:
Paths_hpack
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
src
ghc-options: -Wall
cpp-options: -DTEST
build-depends:
Cabal >=2.2
, Glob >=0.9.0
, HUnit >=1.6.0.0
, QuickCheck
, aeson >=1.2.1.0
, base >=4.9 && <5
, bifunctors
, bytestring
, containers
, cryptonite
, deepseq
, directory
, filepath
, hspec ==2.*
, http-client
, http-client-tls
, http-types
, infer-license >=0.2.0 && <0.3
, interpolate
, mockery >=0.3
, pretty
, scientific
, template-haskell
, temporary
, text
, transformers
, unordered-containers
, vector
, yaml >=0.8.28
other-modules:
Data.Aeson.Config.FromValueSpec
Data.Aeson.Config.TypesSpec
Data.Aeson.Config.UtilSpec
EndToEndSpec
Helper
Hpack.CabalFileSpec
Hpack.ConfigSpec
Hpack.DefaultsSpec
Hpack.HaskellSpec
Hpack.LicenseSpec
Hpack.OptionsSpec
Hpack.Render.DslSpec
Hpack.Render.HintsSpec
Hpack.RenderSpec
Hpack.Syntax.DefaultsSpec
Hpack.Syntax.DependencySpec
Hpack.Syntax.GitSpec
Hpack.Utf8Spec
Hpack.UtilSpec
HpackSpec
Data.Aeson.Config.FromValue
Data.Aeson.Config.Parser
Data.Aeson.Config.Types
Data.Aeson.Config.Util
Hpack
Hpack.CabalFile
Hpack.Config
Hpack.Defaults
Hpack.Haskell
Hpack.License
Hpack.Options
Hpack.Render
Hpack.Render.Dsl
Hpack.Render.Hints
Hpack.Syntax.Defaults
Hpack.Syntax.Dependency
Hpack.Syntax.DependencyVersion
Hpack.Syntax.Git
Hpack.Utf8
Hpack.Util
Hpack.Yaml
Paths_hpack
default-language: Haskell2010