ghc-cabal-file-th/cabal-file-th.cabal

36 lines
1.1 KiB
Plaintext

Name: cabal-file-th
Version: 0.2.3
x-revision: 1
Synopsis: Template Haskell expressions for reading fields from a project's cabal file.
Description: Template Haskell expressions for reading fields from a project's cabal file.
Homepage: http://github.com/nkpart/cabal-file-th
License: BSD3
License-file: LICENSE
Author: Nick Partridge
Maintainer: nkpart@gmail.com
Category: Development
Build-type: Simple
Extra-source-files: README.md, test/Test.hs, test/test-version-interp.cabal
Cabal-version: >= 1.9
source-repository head
type: git
location: git://github.com/nkpart/cabal-file-th.git
Library
Exposed-modules: Distribution.PackageDescription.TH
Build-depends: base >= 4 && < 5,
Cabal >= 1.10,
directory,
template-haskell
Ghc-options: -Wall
Test-suite test
Main-is: Test.hs
Hs-source-dirs: test
Type: exitcode-stdio-1.0
Build-depends: base >= 4 && < 5,
cabal-file-th