Skip to content

Commit

Permalink
Bump version numbers to 0.12.5 (and gtk2hsC2hs to 0.13.8). Update dep…
Browse files Browse the repository at this point in the history
…endencies to make sure people get the latest versions. Update Sourcce-Repository to point at github.
  • Loading branch information
hamishmack committed Nov 16, 2013
1 parent 9cda687 commit b6769cc
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 39 deletions.
8 changes: 4 additions & 4 deletions cairo/cairo.cabal
@@ -1,5 +1,5 @@
Name: cairo
Version: 0.12.4.1
Version: 0.12.5.0
License: BSD3
License-file: COPYRIGHT
Copyright: (c) 2001-2010 The Gtk2Hs Team, (c) Paolo Martini 2005, (c) Abraham Egnor 2003, 2004, (c) Aetion Technologies LLC 2004
Expand Down Expand Up @@ -31,8 +31,8 @@ Data-Files: cairo-clock-icon.png
Text.hs

Source-Repository head
type: darcs
location: http://code.haskell.org/gtk2hs/
type: git
location: https://github.com/gtk2hs/gtk2hs
subdir: cairo

Flag cairo_pdf
Expand All @@ -48,7 +48,7 @@ Library
build-depends: base >= 4 && < 5,
utf8-string >= 0.2 && < 0.4,
bytestring, mtl, array
build-tools: gtk2hsC2hs >= 0.13.5
build-tools: gtk2hsC2hs >= 0.13.8
exposed-modules: Graphics.Rendering.Cairo
Graphics.Rendering.Cairo.Matrix
Graphics.Rendering.Cairo.Types
Expand Down
10 changes: 5 additions & 5 deletions gio/gio.cabal
@@ -1,5 +1,5 @@
Name: gio
Version: 0.12.4.1
Version: 0.12.5.0
License: LGPL-2.1
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Expand Down Expand Up @@ -35,14 +35,14 @@ Data-Files: Makefile
FileManager.hs

Source-Repository head
type: darcs
location: http://code.haskell.org/gtk2hs/
type: git
location: https://github.com/gtk2hs/gtk2hs
subdir: gio

Library
build-depends: base >= 4 && < 5, array, containers, mtl, bytestring,
glib >= 0.12.0 && < 0.13
build-tools: gtk2hsC2hs >= 0.13.5,
glib >= 0.12.5 && < 0.13
build-tools: gtk2hsC2hs >= 0.13.8,
gtk2hsHookGenerator, gtk2hsTypeGen

exposed-modules:
Expand Down
8 changes: 4 additions & 4 deletions glib/glib.cabal
@@ -1,5 +1,5 @@
Name: glib
Version: 0.12.4.1
Version: 0.12.5.0
License: LGPL-2.1
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Expand All @@ -23,8 +23,8 @@ Extra-Source-Files:
System/Glib/hsgclosure.h

Source-Repository head
type: darcs
location: http://code.haskell.org/gtk2hs/
type: git
location: https://github.com/gtk2hs/gtk2hs
subdir: glib

Flag closure_signals
Expand All @@ -35,7 +35,7 @@ Library
build-depends: base >= 4 && < 5,
utf8-string >= 0.2 && < 0.4,
containers
build-tools: gtk2hsC2hs >= 0.13.5
build-tools: gtk2hsC2hs >= 0.13.8
if flag(closure_signals)
cpp-options: -DUSE_GCLOSURE_SIGNALS_IMPL
c-sources: System/Glib/hsgclosure.c
Expand Down
16 changes: 8 additions & 8 deletions gtk/gtk.cabal-renamed
@@ -1,5 +1,5 @@
Name: gtk
Version: 0.12.4.1
Version: 0.12.5.0
License: LGPL-2.1
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Expand Down Expand Up @@ -110,8 +110,8 @@ Data-Files: actionMenu/ActionMenu.hs
demos.txt

Source-Repository head
type: darcs
location: http://code.haskell.org/gtk2hs/
type: git
location: https://github.com/gtk2hs/gtk2hs
subdir: gtk

Flag deprecated
Expand All @@ -130,16 +130,16 @@ Flag have-quartz-gtk
Library
build-depends: base >= 4 && < 5,
array, containers, mtl, bytestring,
glib >= 0.12.0 && < 0.13,
pango >= 0.12.0 && < 0.13,
cairo >= 0.12.0 && < 0.13
glib >= 0.12.5 && < 0.13,
pango >= 0.12.5 && < 0.13,
cairo >= 0.12.5 && < 0.13
if flag(have-gio)
build-depends: gio >= 0.12.0 && < 0.13
build-depends: gio >= 0.12.5 && < 0.13
cpp-options: -DHAVE_GIO
if flag(have-quartz-gtk)
cpp-options: -DHAVE_QUARTZ_GTK

build-tools: gtk2hsC2hs >= 0.13.5,
build-tools: gtk2hsC2hs >= 0.13.8,
gtk2hsHookGenerator, gtk2hsTypeGen

exposed-modules:
Expand Down
16 changes: 8 additions & 8 deletions gtk/gtk3.cabal
@@ -1,5 +1,5 @@
Name: gtk3
Version: 0.12.4.1
Version: 0.12.5.0
License: LGPL-2.1
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Expand Down Expand Up @@ -110,8 +110,8 @@ Data-Files: actionMenu/ActionMenu.hs
demos.txt

Source-Repository head
type: darcs
location: http://code.haskell.org/gtk2hs/
type: git
location: https://github.com/gtk2hs/gtk2hs
subdir: gtk

Flag have-gio
Expand All @@ -125,16 +125,16 @@ Flag have-quartz-gtk
Library
build-depends: base >= 4 && < 5,
array, containers, mtl, bytestring,
glib >= 0.12.0 && < 0.13,
pango >= 0.12.0 && < 0.13,
cairo >= 0.12.0 && < 0.13
glib >= 0.12.5 && < 0.13,
pango >= 0.12.5 && < 0.13,
cairo >= 0.12.5 && < 0.13
if flag(have-gio)
build-depends: gio >= 0.12.0 && < 0.13
build-depends: gio >= 0.12.5 && < 0.13
cpp-options: -DHAVE_GIO
if flag(have-quartz-gtk)
cpp-options: -DHAVE_QUARTZ_GTK

build-tools: gtk2hsC2hs >= 0.13.5,
build-tools: gtk2hsC2hs >= 0.13.8,
gtk2hsHookGenerator, gtk2hsTypeGen

exposed-modules:
Expand Down
12 changes: 6 additions & 6 deletions pango/pango.cabal
@@ -1,5 +1,5 @@
Name: pango
Version: 0.12.4.1
Version: 0.12.5.0
License: LGPL-2.1
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Expand Down Expand Up @@ -32,8 +32,8 @@ Data-Files: Layout.hs
Makefile

Source-Repository head
type: darcs
location: http://code.haskell.org/gtk2hs/
type: git
location: https://github.com/gtk2hs/gtk2hs
subdir: pango

Flag new-exception
Expand All @@ -42,16 +42,16 @@ Flag new-exception
Library
build-depends: base >= 4 && < 5,
process, directory, array, containers, pretty, mtl,
glib >= 0.12.0 && < 0.13,
cairo >= 0.12.0 && < 0.13
glib >= 0.12.5 && < 0.13,
cairo >= 0.12.5 && < 0.13

if flag(new-exception)
build-depends: base >= 4
cpp-options: -DHAVE_NEW_CONTROL_EXCEPTION
else
build-depends: base < 4

build-tools: gtk2hsC2hs >= 0.13.5, gtk2hsTypeGen
build-tools: gtk2hsC2hs >= 0.13.8, gtk2hsTypeGen

exposed-modules: Graphics.Rendering.Pango
Graphics.Rendering.Pango.Font
Expand Down
2 changes: 1 addition & 1 deletion tools/c2hs/toplevel/Version.hs
Expand Up @@ -6,7 +6,7 @@ where
--
idstr = "$Id: Version.hs,v 1.1 2012/05/27 16:49:07 dmwit Exp $"
name = "C->Haskell Compiler"
versnum = "0.13.7 (gtk2hs branch)"
versnum = "0.13.8 (gtk2hs branch)"
versnick = "\"Bin IO\""
date = "27 May 2012"
version = name ++ ", version " ++ versnum ++ " " ++ versnick ++ ", " ++ date
Expand Down
6 changes: 3 additions & 3 deletions tools/gtk2hs-buildtools.cabal
@@ -1,5 +1,5 @@
Name: gtk2hs-buildtools
Version: 0.12.4.1
Version: 0.12.5.0
License: GPL-2
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Expand Down Expand Up @@ -27,8 +27,8 @@ Data-Files: callbackGen/Signal.chs.template
Extra-Source-Files: c2hs/toplevel/c2hs_config.h

Source-Repository head
type: darcs
location: http://code.haskell.org/gtk2hs/
type: git
location: https://github.com/gtk2hs/gtk2hs
subdir: tools

Flag ClosureSignals
Expand Down

0 comments on commit b6769cc

Please sign in to comment.