Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkpart committed Oct 19, 2011
1 parent a6ff127 commit d3d0b1f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cabal-file-th.cabal
@@ -1,16 +1,22 @@
Name: cabal-file-th
Version: 0.1
Synopsis: Template haskell expressions for substituting fields from a project's cabal file into source.
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
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,
Expand Down

0 comments on commit d3d0b1f

Please sign in to comment.