Skip to content

Commit

Permalink
Bump version number to 0.13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Feb 2, 2013
1 parent 9bc7155 commit 03f149a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions leksah.cabal
@@ -1,5 +1,5 @@
name: leksah
version: 0.13.1.2
version: 0.13.2.0
cabal-version: >=1.10
build-type: Simple
license: GPL
Expand Down Expand Up @@ -232,7 +232,7 @@ Executable leksah
hlint >=1.8.39 && <1.9
else
hs-source-dirs: main
build-depends: leksah ==0.13.1.2, base >=4.0.0.0 && <= 4.7
build-depends: leksah ==0.13.2.0, base >=4.0.0.0 && <= 4.7

default-language: Haskell98
main-is: Main.hs
Expand All @@ -242,7 +242,7 @@ Executable leksah
ghc-options: -fwarn-missing-fields -fwarn-incomplete-patterns -ferror-spans

executable bewleksah
build-depends: leksah ==0.13.1.2, base >=4.0.0.0 && <=4.7,
build-depends: leksah ==0.13.2.0, base >=4.0.0.0 && <=4.7,
webkit -any, webkit-javascriptcore -any, jsc -any,
gtk >=0.10 && <0.13, ghcjs-dom -any

Expand All @@ -259,7 +259,7 @@ test-suite tests
hs-source-dirs: tests
main-is: Tests.hs
build-depends: base >= 4.0.0.0 && <4.7, Cabal >=1.6.0.1 && <1.17, QuickCheck >=2.4.2 && <2.6,
leksah ==0.13.1.2
leksah ==0.13.2.0



Expand Down

0 comments on commit 03f149a

Please sign in to comment.