From 856c31295493504c2247e30ce3628d86148d005d Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Tue, 14 Mar 2023 15:33:43 +1300 Subject: [PATCH] Broaden dependency bounds. --- README | 2 ++ fontconfig-pure.cabal | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..1b2769e --- /dev/null +++ b/README @@ -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 diff --git a/fontconfig-pure.cabal b/fontconfig-pure.cabal index 229ef6a..3d67414 100644 --- a/fontconfig-pure.cabal +++ b/fontconfig-pure.cabal @@ -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 -- 2.30.2