gtk2hs-buildtools 0.13.0.0 → 0.13.0.1
raw patch · 3 files changed
+4/−4 lines, 3 files
Files
- c2hs/toplevel/Version.hs +1/−1
- gtk2hs-buildtools.cabal +2/−2
- hierarchyGen/Hierarchy.chs.template +1/−1
c2hs/toplevel/Version.hs view
@@ -6,7 +6,7 @@ -- idstr = "$Id: Version.hs,v 1.1 2012/05/27 16:49:07 dmwit Exp $" name = "C->Haskell Compiler"-versnum = "0.13.10 (gtk2hs branch)"+versnum = "0.13.11 (gtk2hs branch)" versnick = "\"Bin IO\"" date = "27 May 2012" version = name ++ ", version " ++ versnum ++ " " ++ versnick ++ ", " ++ date
gtk2hs-buildtools.cabal view
@@ -1,5 +1,5 @@ Name: gtk2hs-buildtools-Version: 0.13.0.0+Version: 0.13.0.1 License: GPL-2 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team@@ -9,7 +9,7 @@ Cabal-Version: >= 1.8 Stability: stable homepage: http://projects.haskell.org/gtk2hs/-bug-reports: http://hackage.haskell.org/trac/gtk2hs/+bug-reports: https://github.com/gtk2hs/gtk2hs/issues Synopsis: Tools to build the Gtk2Hs suite of User Interface libraries. Description: This package provides a set of helper programs necessary to build the Gtk2Hs suite of libraries. These tools include
hierarchyGen/Hierarchy.chs.template view
@@ -43,7 +43,7 @@ #else import Foreign.ForeignPtr (unsafeForeignPtrToPtr) #endif-import Foreign.C.Types (CULong(..), CUInt(..))+import Foreign.C.Types (CULong(..), CUInt(..), CULLong(..)) import System.Glib.GType (GType, typeInstanceIsA) @MODULE_IMPORTS@ {# context lib="@CONTEXT_LIB@" prefix="@CONTEXT_PREFIX@" #}