Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
Version 0.3.1 - put Clojure in cabal file.
Browse files Browse the repository at this point in the history
  • Loading branch information
John MacFarlane committed Nov 28, 2011
1 parent 5f4e4c4 commit 3da5e0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog
@@ -1,3 +1,8 @@
highlighting-kate 0.3.1 (27 Nov 2011)

* Fixed a release bug in 0.3. The Clojure module was not included
in the cabal file.

highlighting-kate 0.3 (26 Nov 2011)

* Use -O0 by default to speed compiling. This vastly improves compilation
Expand Down
4 changes: 3 additions & 1 deletion highlighting-kate.cabal
@@ -1,5 +1,5 @@
Name: highlighting-kate
Version: 0.3
Version: 0.3.1
Cabal-Version: >= 1.6
Build-Type: Simple
Category: Text
Expand Down Expand Up @@ -41,6 +41,7 @@ Extra-Source-Files: README
xml/boo.xml
xml/c.xml
xml/changelog.xml
xml/clojure.xml
xml/cmake.xml
xml/coffeescript.xml
xml/coldfusion.xml
Expand Down Expand Up @@ -166,6 +167,7 @@ Library
Text.Highlighting.Kate.Syntax.Boo
Text.Highlighting.Kate.Syntax.C
Text.Highlighting.Kate.Syntax.Changelog
Text.Highlighting.Kate.Syntax.Clojure
Text.Highlighting.Kate.Syntax.Cmake
Text.Highlighting.Kate.Syntax.Coffeescript
Text.Highlighting.Kate.Syntax.Coldfusion
Expand Down

0 comments on commit 3da5e0c

Please sign in to comment.