Skip to content

Commit

Permalink
cabal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lymar committed Mar 23, 2011
1 parent f22fc83 commit 9f342d8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions hastache.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hastache
version: 0.1
version: 0.1.1
license: BSD3
license-file: LICENSE
category: Text
Expand All @@ -16,11 +16,14 @@ build-type: Simple
description:
Haskell implementation of Mustache templates (<http://mustache.github.com/>).
.
See homepage for examples: <http://github.com/lymar/hastache>
See homepage for examples of usage: <http://github.com/lymar/hastache>

extra-source-files:
Examples/example.hs

tests/partFile
tests/RunTest.sh
tests/test.hs
README.markdown

library
exposed-modules:
Text.Hastache
Expand All @@ -33,7 +36,7 @@ library
,directory
,filepath
,utf8-string
,text >= 0.11.0.2
,text
,containers
,syb

Expand Down

0 comments on commit 9f342d8

Please sign in to comment.