From a53cdec2974d5a0e374accb43432ab8c1c96f3e3 Mon Sep 17 00:00:00 2001 From: Edward Kmett Date: Mon, 17 Jun 2019 08:42:55 +0200 Subject: [PATCH] demonstrate spurious cycle --- fontconfig/fontconfig.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fontconfig/fontconfig.cabal b/fontconfig/fontconfig.cabal index 20db9c73..af705309 100644 --- a/fontconfig/fontconfig.cabal +++ b/fontconfig/fontconfig.cabal @@ -61,11 +61,11 @@ library core exposed-modules: Graphics.Fontconfig -library fcfreetype +library freetype import: lib hs-source-dirs: fcfreetype -- pkgconfig-depends: fontconfig >= 2.11.91, freetype2 - build-depends: raw, core, freetype + build-depends: raw, core, freetype:freetype exposed-modules: Graphics.Fontconfig.FreeType -- @@ -73,7 +73,7 @@ library fcfreetype library default-language: Haskell2010 build-depends: - core, raw, fcfreetype + core, raw, fontconfig:freetype reexported-modules: Graphics.Fontconfig, Graphics.Fontconfig.Internal,