hpack-dhall-0.5.3: test-suite-golden/test-files/real-world/hpack/hpack.dhall-1.32.golden
{ name = "hpack"
, version = "0.31.1"
, synopsis = "A modern format for Haskell packages"
, description = "See README at <https://github.com/sol/hpack#readme>"
, maintainer = "Simon Hengel <sol@typeful.net>"
, github = "sol/hpack"
, category = "Development"
, extra-source-files = [ "CHANGELOG.md" ]
, ghc-options = "-Wall"
, dependencies =
[ "base >= 4.9 && < 5"
, "bytestring"
, "deepseq"
, "directory"
, "filepath"
, "Glob >= 0.9.0"
, "text"
, "containers"
, "unordered-containers"
, "yaml >= 0.10.0"
, "aeson >= 1.2.1.0"
, "scientific"
, "Cabal >= 2.2"
, "pretty"
, "bifunctors"
, "cryptonite"
, "transformers"
, "http-types"
, "http-client"
, "http-client-tls"
, "vector"
, "infer-license >= 0.2.0 && < 0.3"
]
, library =
{ source-dirs = "src"
, exposed-modules = [ "Hpack", "Hpack.Config", "Hpack.Render", "Hpack.Yaml" ]
}
, executable =
{ main = "Main.hs", source-dirs = "driver", dependencies = [ "hpack" ] }
, tests.spec =
{ cpp-options = "-DTEST"
, main = "Spec.hs"
, source-dirs = [ "test", "src" ]
, dependencies =
[ "hspec == 2.*"
, "QuickCheck"
, "temporary"
, "mockery >= 0.3"
, "interpolate"
, "template-haskell"
, "HUnit >= 1.6.0.0"
]
, build-tools = "hspec-discover"
}
}