gtk2hs-buildtools 0.13.3.1 → 0.13.4.0
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~Cabaldep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal, base, containers, directory, filepath
API changes (from Hackage documentation)
Files
- c2hs/c/CPretty.hs +4/−0
- gtk2hs-buildtools.cabal +5/−5
c2hs/c/CPretty.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} -- C->Haskell Compiler: pretty printing of C abstract syntax -- -- Author : Manuel M T Chakravarty@@ -34,6 +35,9 @@ -- we are just providing instances to the class `Pretty' ) where +#if MIN_VERSION_base(4,11,0)+import Prelude hiding ((<>))+#endif import Idents (Ident, identToLexeme) import Text.PrettyPrint.HughesPJ
gtk2hs-buildtools.cabal view
@@ -1,5 +1,5 @@ Name: gtk2hs-buildtools-Version: 0.13.3.1+Version: 0.13.4.0 License: GPL-2 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team@@ -40,10 +40,10 @@ build-depends: base >= 4 && < 5, process, array, pretty, filepath, random,- Cabal >= 1.24.0.0 && < 2.1,- filepath >= 1.3.0.0 && < 1.5,- directory >= 1.2.0.0 && < 1.4,- containers >= 0.5.5.1 && < 0.6+ Cabal >= 1.24.0.0,+ filepath >= 1.3.0.0,+ directory >= 1.2.0.0,+ containers >= 0.5.5.1 if impl(ghc >= 7.7) build-depends: hashtables build-tools: alex >= 3.0.1, happy >= 1.18.9