~alcinnz/fontconfig-pure

856c31295493504c2247e30ce3628d86148d005d — Adrian Cochrane 1 year, 9 months ago e7928d3
Broaden dependency bounds.
2 files changed, 5 insertions(+), 3 deletions(-)

A README
M fontconfig-pure.cabal
A README => README +2 -0
@@ 0,0 1,2 @@
This project has been moved to Argonaut Constellation's codeforge: https://git.argonaut-constellation.org/~alcinnz/fontconfig-pure
Issue tracker: https://todo.argonaut-constellation.org/~alcinnz/fontconfig-pure

M fontconfig-pure.cabal => fontconfig-pure.cabal +3 -3
@@ 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


@@ 93,7 93,7 @@ executable fontconfig-pure
  -- other-extensions:

  -- Other library packages from which modules are imported.
  build-depends:       base >=4.12 && <4.13, fontconfig-pure
  build-depends:       base >=4.12 && <4.16, fontconfig-pure

  -- Directories containing source files.
  -- hs-source-dirs:


@@ 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