stackage/stackage/stackage.cabal
2015-04-29 11:55:59 +03:00

26 lines
810 B
Plaintext

name: stackage
version: 0.7.1.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
default-language: Haskell2010
source-repository head
type: git
location: git://github.com/fpco/stackage.git