stack/stackage-common.cabal
2015-05-05 15:23:50 -07:00

56 lines
2.1 KiB
Text

name: stackage-common
version: 0.0.0
synopsis: Common stackage functionality
description: Common stackage functionality
license: BSD3
license-file: LICENSE
author: Chris Done
maintainer: chrisdone@fpcomplete.com
copyright: 2015 FP Complete
category: Development
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src/
ghc-options: -Wall -O2
exposed-modules: Stackage.Types
Stackage.GhcPkg
Stackage.GhcPkgId
Stackage.PackageName
Stackage.PackageVersion
other-modules: Stackage.Process
build-depends: Cabal >= 1.18.1.5
, aeson >= 0.8.0.2
, async >= 2.0.2
, attoparsec >= 0.12.1.5
, base >= 4 && <5
, bytestring
, conduit >= 1.2.4
, conduit >= 1.2.4
, conduit-combinators >= 0.3.0.6
, conduit-extra >= 1.1.7.1
, conduit-extra >= 1.1.7.1
, containers >= 0.5.5.1
, directory >= 1.2.1.0
, exceptions >= 0.8.0.2
, filepath >= 1.3.0.2
, hashable >= 1.2.3.2
, http-client >= 0.4.9
, http-types >= 0.8.6
, monad-logger >= 0.3.13.1
, monad-loops >= 0.4.2.1
, process >= 1.2.0.0
, streaming-commons >= 0.1.10.0
, system-fileio >= 0.3.16.2
, system-filepath >= 0.4.13.2
, tar >= 0.4.1.0
, template-haskell
, temporary >= 1.2.0.3
, text >= 1.2.0.4
, transformers >= 0.3.0.0
, unordered-containers >= 0.2.5.1
, vector >= 0.10.12.3
, void >= 0.7
, yaml >= 0.8.10.1
, zlib >= 0.5.4.2