Skip to content

Commit

Permalink
Bump version to 0.90 for wxWidgets 2.9 support.
Browse files Browse the repository at this point in the history
Ignore-this: 7e343352397703f721b2cddf41ddd1da

To allow for reasonably long co-existance of wxHaskell branches supporting
wxWidgets 2.8.x and wxWidgets 2.9.x, I have bumped the version for wxWidgets 2.9
quite considerably.

This will allow natural evolution of the wxWidgets 2.8 supporting codeline
without excessively constraining version number bumps.

It is assumed that the wxWidgets 2.8 supporting versions have been branched
into new directories (some loss of history, unfortunately, but it's the
price for not creating a new repository).

darcs-hash:20120413103524-75908-8baf3c107facdf367c7264e83ea3e6d6035bbac4.gz
  • Loading branch information
jodonoghue committed Apr 13, 2012
1 parent 854f623 commit eb543cc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
8 changes: 4 additions & 4 deletions wx/wx.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: wx
Version: 0.15
Version: 0.90
License: OtherLicense
License-file: license.txt
Homepage: http://haskell.org/haskellwiki/WxHaskell
Expand All @@ -11,7 +11,7 @@ Description: wxHaskell is a portable and native GUI library for Haskell.
It is built on top of wxWidgets - a comprehensive C++
library that is portable across all major GUI platforms;
including GTK, Windows, X11, and MacOS X. This version
works with wxWidgets 2.8 and 2.9.
works with wxWidgets 2.9 only.
Maintainer: wxhaskell-devel@lists.sourceforge.net
Synopsis: wxHaskell
Data-Files: wx.cabal
Expand All @@ -24,7 +24,7 @@ Flag newBase

Library
if flag(splitBase)
build-depends: wxcore >= 0.15,
build-depends: wxcore >= 0.90,
stm
if flag(newBase)
build-depends:
Expand All @@ -34,7 +34,7 @@ Library
base >= 3 && < 4
else
build-depends: base < 3,
wxcore >= 0.15,
wxcore >= 0.90,
stm

Exposed-Modules:
Expand Down
7 changes: 4 additions & 3 deletions wxc/wxc.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wxc
version: 0.15
version: 0.90
license: OtherLicense
license-file: LICENSE
maintainer: wxhaskell-devel@lists.sourceforge.net
Expand All @@ -9,7 +9,7 @@ description:
wxHaskell is a portable and native GUI library for Haskell. It is
built on top of wxWidgets, a comprehensive C++ library that is
portable across all major GUI platforms, including GTK, Windows,
X11, and MacOS X. This version works with wxWidgets 2.8 only.
X11, and MacOS X. This version works with wxWidgets 2.9 only.

Distributed under the WXWINDOWS LIBRARY LICENSE. Please see
LICENSE file, but note that this is essentially LGPL with an
Expand Down Expand Up @@ -157,7 +157,8 @@ library
wxc_types.h

build-depends:
base
base,
wxdirect >= 0.90

x-dll-sources:
src/cpp/apppath.cpp
Expand Down
8 changes: 4 additions & 4 deletions wxcore/wxcore.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wxcore
version: 0.15
version: 0.90
license: OtherLicense
license-file: LICENSE
author: Daan Leijen
Expand All @@ -10,7 +10,7 @@ description:
wxHaskell is a portable and native GUI library for Haskell. It is
built on top of wxWidgets, a comprehensive C++ library that is
portable across all major GUI platforms, including GTK, Windows,
X11, and MacOS X. This version works with wxWidgets 2.8 only.
X11, and MacOS X. This version works with wxWidgets 2.9 only.

Distributed under the WXWINDOWS LIBRARY LICENSE. Please see
LICENSE file, but note that this is essentially LGPL with an
Expand Down Expand Up @@ -65,8 +65,8 @@ library
filepath,
parsec,
stm,
wxc,
wxdirect > 0.12.1.2,
wxc >= 0.90,
wxdirect >= 0.90,
directory,
time

Expand Down
4 changes: 2 additions & 2 deletions wxdirect/wxdirect.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wxdirect
version: 0.15
version: 0.90
license: BSD3
license-file: LICENSE
author: Daan Leijen
Expand All @@ -10,7 +10,7 @@ description:
wxHaskell is a portable and native GUI library for Haskell. It is built on
top of wxWidgets, a comprehensive C++ library that is portable across all
major GUI platforms, including GTK, Windows, X11, and MacOS X. This version
works with wxWidgets 2.8 only.
works with wxWidgets 2.9 only.
homepage: http://haskell.org/haskellwiki/WxHaskell

cabal-version: >= 1.2
Expand Down

0 comments on commit eb543cc

Please sign in to comment.