packages feed

gtk2hs-buildtools 0.13.2.1 → 0.13.2.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~containersdep ~directoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, directory

API changes (from Hackage documentation)

Files

gtk2hs-buildtools.cabal view
@@ -1,5 +1,5 @@ Name:   gtk2hs-buildtools-Version:        0.13.2.1+Version:        0.13.2.2 License:        GPL-2 License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team@@ -38,11 +38,11 @@  Library         build-depends:   base >= 4 && < 5,-                         process, directory, array, containers, pretty,+                         process, array, pretty,                          filepath, random,                          Cabal >= 1.24.0.0 && < 1.25,                          filepath >= 1.3.0.0 && < 1.5,-                         directory >= 1.2.0.0 && < 1.3,+                         directory >= 1.2.0.0 && < 1.4,                          containers >= 0.5.5.1 && < 0.6         if impl(ghc >= 7.7)           build-depends: hashtables