File: no-haskell-gi-overloading

package info (click to toggle)
haskell-gi-dbusmenu 0.4.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: haskell: 9; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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