Skip to content

Commit

Permalink
Bump version to 0.15.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jul 19, 2015
1 parent 1927fa4 commit 624a71e
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.15.1.0
version: 0.15.1.1
cabal-version: >=1.18
build-type: Simple
license: GPL
Expand Down Expand Up @@ -389,7 +389,7 @@ executable leksah
ghc-options: -optl-headerpad_max_install_names
main-is: Main.hs
build-depends:
leksah ==0.15.1.0,
leksah ==0.15.1.1,
base >=4.0.0.0 && <=4.9,
gtk3 >=0.13.9 && <0.14,
stm >=2.4.4 && <2.5
Expand All @@ -400,7 +400,7 @@ executable leksah
executable bewleksah
main-is: Main.hs
build-depends:
leksah ==0.15.1.0,
leksah ==0.15.1.1,
base >=4.0.0.0 && <=4.9,
jsaddle -any,
ghcjs-dom -any,
Expand All @@ -424,7 +424,7 @@ test-suite tests
base >=4.0.0.0 && <4.9,
Cabal >=1.10.2.0 && <1.23,
QuickCheck >=2.4.2 && <2.9,
leksah ==0.15.1.0,
leksah ==0.15.1.1,
containers -any,
ltk -any,
leksah-server -any,
Expand Down

0 comments on commit 624a71e

Please sign in to comment.