mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
26 lines
810 B
Plaintext
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
|