Skip to content

Commits on Source 3

......@@ -17,7 +17,7 @@ annotated-wl-pprint 0.7.0
ansi-terminal 0.8.1 notest
ansi-wl-pprint 0.6.8.2
appar 0.1.4
arbtt 0.10.0.2 binary notest key ignore # BROKEN: LTS 12: via aeson (<1.3)
arbtt 0.10.1 binary notest key
argon2 1.3.0.1 notest
arrows 0.4.4.2 key
asn1-encoding 0.9.5
......@@ -363,7 +363,7 @@ haskeline 0.7.4.2 behind ghcpkg
HaskellForMaths 0.4.8
haskell-gi 0.21.4
haskell-gi-base 0.21.1
haskell-gi-overloading 1.0
haskell-gi-overloading 1.0 avoid # patch it out
haskell-lexer 1.0.1
haskell-qrencode 1.0.4
haskell-src 1.0.3.0
......@@ -878,7 +878,7 @@ temporary 1.3
temporary-rc 1.2.0.3 avoid # should be patched to use temporary
terminal-progress-bar 0.2
terminal-size 0.3.2.1
termonad 0.1.0.0
termonad 0.2.1.0
test-framework 0.8.2.0 notest
test-framework-hunit 0.3.0.2
test-framework-quickcheck2 0.3.0.5
......
--- a/gi-atk.cabal
+++ b/gi-atk.cabal
@@ -28,15 +28,9 @@
build-depends: base >= 4.7 && <5,
haskell-gi-base == 0.21.*,
haskell-gi == 0.21.*,
- haskell-gi-overloading < 1.1,
gi-gobject == 2.0.*,
gi-glib == 2.0.*,
bytestring >= 0.10 && < 1,
containers >= 0.5 && < 1,
text >= 1.0 && < 2,
transformers >= 0.4 && < 1
-
- -- Disable overloading when compiling under GHC 8.2.x
- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
- if impl(ghc == 8.2.*)
- build-depends: haskell-gi-overloading == 0.0
no-haskell-gi-overloading
--- a/gi-cairo.cabal
+++ b/gi-cairo.cabal
@@ -28,13 +28,7 @@
build-depends: base >= 4.7 && <5,
haskell-gi-base == 0.21.*,
haskell-gi >= 0.21.1 && < 0.22,
- haskell-gi-overloading < 1.1,
bytestring >= 0.10 && < 1,
containers >= 0.5 && < 1,
text >= 1.0 && < 2,
transformers >= 0.4 && < 1
-
- -- Disable overloading when compiling under GHC 8.2.x
- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
- if impl(ghc == 8.2.*)
- build-depends: haskell-gi-overloading == 0.0
no-haskell-gi-overloading
--- a/gi-dbusmenu.cabal
+++ b/gi-dbusmenu.cabal
@@ -28,15 +28,9 @@
build-depends: base >= 4.7 && <5,
haskell-gi-base == 0.21.*,
haskell-gi == 0.21.*,
- haskell-gi-overloading < 1.1,
gi-glib == 2.0.*,
gi-gobject == 2.0.*,
bytestring >= 0.10 && < 1,
containers >= 0.5 && < 1,
text >= 1.0 && < 2,
transformers >= 0.4 && < 1
-
- -- Disable overloading when compiling under GHC 8.2.x
- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
- if impl(ghc == 8.2.*)
- build-depends: haskell-gi-overloading == 0.0
no-haskell-gi-overloading
--- a/gi-dbusmenugtk3.cabal
+++ b/gi-dbusmenugtk3.cabal
@@ -28,7 +28,6 @@
build-depends: base >= 4.7 && <5,
haskell-gi-base == 0.21.*,
haskell-gi >= 0.21.1 && < 0.22,
- haskell-gi-overloading < 1.1,
gi-glib == 2.0.*,
gi-gobject == 2.0.*,
gi-gtk == 3.0.*,
@@ -40,8 +39,3 @@
containers >= 0.5 && < 1,
text >= 1.0 && < 2,
transformers >= 0.4 && < 1
-
- -- Disable overloading when compiling under GHC 8.2.x
- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
- if impl(ghc == 8.2.*)
- build-depends: haskell-gi-overloading == 0.0
--- a/gi-gdk.cabal
+++ b/gi-gdk.cabal
@@ -28,7 +28,6 @@
build-depends: base >= 4.7 && <5,
haskell-gi-base == 0.21.*,
haskell-gi >= 0.21.1 && < 0.22,
- haskell-gi-overloading < 1.1,
gi-cairo == 1.0.*,
gi-pango == 1.0.*,
gi-gio == 2.0.*,
@@ -39,8 +38,3 @@
containers >= 0.5 && < 1,
text >= 1.0 && < 2,
transformers >= 0.4 && < 1
-
- -- Disable overloading when compiling under GHC 8.2.x
- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
- if impl(ghc == 8.2.*)
- build-depends: haskell-gi-overloading == 0.0
no-haskell-gi-overloading
--- a/gi-gdkpixbuf.cabal
+++ b/gi-gdkpixbuf.cabal
@@ -28,7 +28,6 @@
build-depends: base >= 4.7 && <5,
haskell-gi-base == 0.21.*,
haskell-gi >= 0.21.1 && < 0.22,
- haskell-gi-overloading < 1.1,
gi-gio == 2.0.*,
gi-gobject == 2.0.*,
gi-glib == 2.0.*,
@@ -36,8 +35,3 @@
containers >= 0.5 && < 1,
text >= 1.0 && < 2,
transformers >= 0.4 && < 1
-
- -- Disable overloading when compiling under GHC 8.2.x
- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
- if impl(ghc == 8.2.*)
- build-depends: haskell-gi-overloading == 0.0
--- a/gi-gdkx11.cabal
+++ b/gi-gdkx11.cabal
@@ -26,6 +26,7 @@
pkgconfig-depends: gdk-x11-3.0 >= 3.22
build-depends: base >= 4.7 && <5,
+ gi-cairo,
haskell-gi-base == 0.21.*,
haskell-gi == 0.21.*,
gi-gobject == 2.0.*,
--- a/gi-gdkx11.cabal
+++ b/gi-gdkx11.cabal
@@ -28,7 +28,6 @@
build-depends: base >= 4.7 && <5,
haskell-gi-base == 0.21.*,
haskell-gi == 0.21.*,
- haskell-gi-overloading < 1.1,
gi-gobject == 2.0.*,
gi-gdk == 3.0.*,
gi-gio == 2.0.*,
@@ -37,8 +36,3 @@
containers >= 0.5 && < 1,
text >= 1.0 && < 2,
transformers >= 0.4 && < 1
-
- -- Disable overloading when compiling under GHC 8.2.x
- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
- if impl(ghc == 8.2.*)
- build-depends: haskell-gi-overloading == 0.0
no-haskell-gi-overloading
missing-cairo
--- a/gi-gio.cabal
+++ b/gi-gio.cabal
@@ -28,15 +28,9 @@
build-depends: base >= 4.7 && <5,
haskell-gi-base == 0.21.*,
haskell-gi == 0.21.*,
- haskell-gi-overloading < 1.1,
gi-gobject == 2.0.*,
gi-glib == 2.0.*,
bytestring >= 0.10 && < 1,
containers >= 0.5 && < 1,
text >= 1.0 && < 2,
transformers >= 0.4 && < 1
-
- -- Disable overloading when compiling under GHC 8.2.x
- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
- if impl(ghc == 8.2.*)
- build-depends: haskell-gi-overloading == 0.0
no-haskell-gi-overloading
--- a/gi-glib.cabal
+++ b/gi-glib.cabal
@@ -28,13 +28,7 @@
build-depends: base >= 4.7 && <5,
haskell-gi-base == 0.21.*,
haskell-gi >= 0.21.1 && < 0.22,
- haskell-gi-overloading < 1.1,
bytestring >= 0.10 && < 1,
containers >= 0.5 && < 1,
text >= 1.0 && < 2,
transformers >= 0.4 && < 1
-
- -- Disable overloading when compiling under GHC 8.2.x
- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
- if impl(ghc == 8.2.*)
- build-depends: haskell-gi-overloading == 0.0
no-haskell-gi-overloading