Skip to content

Commit

Permalink
Fix extra-source-files
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Feb 6, 2011
1 parent 4dbf128 commit 2e98bd5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion heist.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: heist
version: 0.5.0.0
version: 0.5.0.1
synopsis: An xhtml templating system
description: An xhtml templating system
license: BSD3
Expand All @@ -12,6 +12,7 @@ homepage: http://snapframework.com/
category: Web

extra-source-files:
.ghci,
CONTRIBUTORS,
docs/Makefile,
docs/templates.css,
Expand All @@ -31,20 +32,27 @@ extra-source-files:
LICENSE,
README.md,
README.SNAP.md,
test/.ghci,
test/heist-testsuite.cabal,
test/README,
test/runTestsAndCoverage.sh,
test/suite/TestSuite.hs,
test/suite/Text/Templating/Heist/Tests.hs,
test/templates/a.tpl,
test/templates/attrs.tpl,
test/templates/bar/a.tpl,
test/templates/bar/index.tpl,
test/templates/bind-attrs.tpl,
test/templates/etc.tpl,
test/templates/foo/a.tpl,
test/templates/foo/b.tpl,
test/templates/index.tpl,
test/templates/ioc.tpl,
test/templates/markdown.tpl,
test/templates/noroot.tpl,
test/templates/page.tpl,
test/templates/readme.txt,
test/templates/test.md,
test/templates/user/admin/main.tpl,
test/templates/user/admin/menu.tpl,
test/templates/user/main.tpl,
Expand Down

0 comments on commit 2e98bd5

Please sign in to comment.