name: stackage-build-plan
version: 0.1.1.0
synopsis: Calculate and print (in different formats) Stackage build plans
description: For more information, see <https://www.stackage.org/package/stackage-build-plan>
homepage: https://github.com/fpco/stackage-build-plan
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: michael@snoyman.com
category: Distribution
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: Stackage.BuildPlan
build-depends: base >= 4.5 && < 5
, bytestring >= 0.9
, text >= 0.11
, http-client >= 0.4
, http-client-tls >= 0.2
, directory >= 1.1
, filepath >= 1.2
, containers
, yaml
, time
, stackage-types
, Cabal
, aeson
, mtl
, exceptions
default-language: Haskell2010
executable stackage-build-plan
main-is: stackage-build-plan.hs
other-modules: Paths_stackage_build_plan
hs-source-dirs: app
build-depends: base
, stackage-build-plan
, stackage-cli
, optparse-applicative
, text
, aeson
default-language: Haskell2010
other-extensions: TemplateHaskell
source-repository head
type: git
location: git://github.com/fpco/stackage-build-plan.git