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