Skip to content

Commit

Permalink
demonstrate spurious cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jun 17, 2019
1 parent 178b489 commit a53cdec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fontconfig/fontconfig.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ 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
--
---- Catch-all library for users who don't care about fine-grained dependencies
library
default-language: Haskell2010
build-depends:
core, raw, fcfreetype
core, raw, fontconfig:freetype
reexported-modules:
Graphics.Fontconfig,
Graphics.Fontconfig.Internal,
Expand Down

0 comments on commit a53cdec

Please sign in to comment.