packages feed

stackage-0.7.3.0: stackage.cabal

name:                stackage
version:             0.7.3.0
synopsis:            Dummy package forcing installation of other Stackage packages
homepage:            https://www.stackage.org/
license:             MIT
license-file:        LICENSE
author:              Michael Snoyman
maintainer:          michael@snoyman.com
category:            Development
build-type:          Simple
extra-source-files:  README.md ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     Stackage.Dummy
  build-depends:       base < 10
                     , stackage-cli
                     , stackage-update
                     , stackage-upload
                     , stackage-install
                     , stackage-build-plan
                     , stackage-cabal
                     , stackage-sandbox
                     , stackage-setup
  default-language:    Haskell2010

source-repository head
  type:     git
  location: git://github.com/fpco/stackage.git