1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
name: ghc-paths
version: 0.1.0.8
license: BSD3
license-file: LICENSE
copyright: (c) Simon Marlow
author: Simon Marlow
maintainer: Simon Marlow <marlowsd@gmail.com>
stability: stable
synopsis: Knowledge of GHC's installation directories
description: Knowledge of GHC's installation directories
category: Development
cabal-version: >= 1.6
build-type: Custom
library
build-depends: base >= 3 && < 5
exposed-modules: GHC.Paths
source-repository head
type: darcs
location: http://darcs.haskell.org/ghc-paths
|