webkit 0.13.0.1 → 0.13.0.2
raw patch · 1 files changed
+5/−4 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
- webkit.cabal +5/−4
webkit.cabal view
@@ -1,12 +1,12 @@ Name: webkit-Version: 0.13.0.1+Version: 0.13.0.2 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2013 The Gtk2Hs Team Author: Cjacker Huang, Andy Stewart, Axel Simon Maintainer: gtk2hs-users@lists.sourceforge.net Build-Type: Custom-Cabal-Version: >= 1.8+Cabal-Version: >= 1.18 Stability: provisional homepage: http://projects.haskell.org/gtk2hs/ bug-reports: https://github.com/gtk2hs/webkit/issues@@ -48,7 +48,7 @@ glib >= 0.13.0.0 && < 0.14, pango >= 0.13.0.0 && < 0.14, cairo >= 0.13.0.0 && < 0.14,- text >= 0.11.0.6 && < 1.3,+ text >= 1.0.0.0 && < 1.3, mtl build-tools: gtk2hsC2hs >= 0.13.11,@@ -217,7 +217,8 @@ Graphics.UI.Gtk.WebKit.Internal Graphics.UI.Gtk.WebKit.Signals - extensions: ForeignFunctionInterface+ default-language: Haskell98+ default-extensions: ForeignFunctionInterface include-dirs: . x-Signals-File: Graphics/UI/Gtk/WebKit/Signals.chs