Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jun 14, 2014
1 parent 1c8ad1a commit beb90bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions leksah.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: leksah
version: 0.13.4.2
version: 0.13.4.3
cabal-version: >=1.10
build-type: Simple
license: GPL
Expand Down Expand Up @@ -303,7 +303,7 @@ Executable leksah
ghc-options: -threaded

hs-source-dirs: main
build-depends: leksah == 0.13.4.2, base >= 4.0.0.0 && <=4.8, gtk3 -any
build-depends: leksah == 0.13.4.3, base >= 4.0.0.0 && <=4.8, gtk3 -any
if os(linux) && flag(loc)
cpp-options: -DLOCALIZATION
build-depends: hgettext, setlocale
Expand All @@ -322,7 +322,7 @@ executable bewleksah
if !flag(webkit)
buildable: False
else
build-depends: leksah ==0.13.4.2, base >=4.0.0.0 && <=4.8,
build-depends: leksah ==0.13.4.3, base >=4.0.0.0 && <=4.8,
jsaddle -any, ghcjs-dom -any
if flag(gtk3)
build-depends: gtk3 >=0.12.4 && <0.13, gtksourceview3 >=0.10.0 && <0.13,
Expand All @@ -339,7 +339,7 @@ executable bewleksah

test-suite tests
build-depends: base >=4.0.0.0 && <4.8, Cabal >=1.10.2.0 && <1.22,
QuickCheck >=2.4.2 && <2.7, leksah ==0.13.4.2,
QuickCheck >=2.4.2 && <2.7, leksah ==0.13.4.3,
containers, ltk, leksah-server, hslogger,
transformers, glib, monad-loops
if flag(gtk3)
Expand Down
2 changes: 1 addition & 1 deletion vendor/leksah-server

0 comments on commit beb90bb

Please sign in to comment.