name: stackage-setup
version: 0.0.1
synopsis:
An executable for downloading a Haskell setup
description:
An executable for downloading a Haskell setup
homepage:
https://www.stackage.org/package/stackage-setup
bug-reports:
https://github.com/fpco/stackage-setup/issues
license: MIT
license-file: LICENSE
author: Dan Burton
maintainer: danburton@fpcomplete.com
copyright: 2015 FP Complete Corporation
build-type: Simple
cabal-version: >=1.10
category: Development
extra-source-files: README.md ChangeLog.md
source-repository head
type: git
location: git://github.com/fpco/stackage-setup.git
library
hs-source-dirs: src
exposed-modules:
Stackage.CLI.Setup
build-depends:
base >=4.7 && <5
default-language: Haskell2010
executable stackage-setup
hs-source-dirs: main
main-is: StackageSetup.hs
build-depends:
base >=4.7 && <5
, text
, stackage-cli
, system-fileio
, system-filepath
, optparse-applicative
, http-conduit
, http-client-tls
, classy-prelude-conduit
, unordered-containers
, cryptohash
, cryptohash-conduit
, http-types
, process
, aeson
, yaml
, bytestring
, filepath
default-language: Haskell2010