~alcinnz/fontconfig-pure

fa5759e92de08c8948cf2fb7a087338d1ecdfb77 — Adrian Cochrane 1 year, 2 months ago 61a2e4e
Finish denoting compatibility with base-4.15.
1 files changed, 2 insertions(+), 2 deletions(-)

M fontconfig-pure.cabal
M fontconfig-pure.cabal => fontconfig-pure.cabal +2 -2
@@ 68,7 68,7 @@ library
  -- other-extensions:

  -- Other library packages from which modules are imported.
  build-depends:       base >=4.12 && <4.13, containers >= 0.1 && <1,
  build-depends:       base >=4.12 && <4.16, containers >= 0.1 && <1,
                        linear >= 1.0.1 && <2, freetype2 >= 0.2 && < 0.3,
                        hashable >= 1.3 && <2,
                        css-syntax, text, stylist-traits >= 0.1.1 && < 1, scientific


@@ 106,4 106,4 @@ test-suite test-fontconfig
  default-language: Haskell2010
  type: exitcode-stdio-1.0
  main-is: Test.hs
  build-depends: base >= 4.12 && <4.13, fontconfig-pure, hspec, QuickCheck
  build-depends: base >= 4.12 && <4.16, fontconfig-pure, hspec, QuickCheck