packages feed

fontconfig-pure 0.5.0.1 → 0.5.0.2

raw patch · 2 files changed

+12/−6 lines, 2 filesdep ~QuickCheckdep ~bytestringdep ~css-syntax

Dependency ranges changed: QuickCheck, bytestring, css-syntax, scientific, stylist-traits, text

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for fontconfig-pure +## 0.5.0.3 -- 2025-01-17++* Better descriptions for Hackage+* More explicit version bounds on the dependencies+ ## 0.5.0.1 -- 2025-01-17  * Added a README file
fontconfig-pure.cabal view
@@ -20,14 +20,14 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version:            0.5.0.1+version:            0.5.0.2  -- A short (one-line) description of the package. synopsis:-    Resolves font descriptions to font libraries, including ones installed on your freedesktop (Linux or BSD system).+    Queries your system (Linux/BSD/etc) font database.  -- A longer description of the package.-description:	Resolves font descriptions to font libraries, including ones installed on your freedesktop (Linux or BSD system).+description:	Resolves font descriptions to font libraries, including ones installed on your freedesktop (Linux or BSD system). With Haskell Stylist integration for CSS syntax!  -- URL for the project homepage or repository. homepage:           https://www.freedesktop.org/wiki/Software/fontconfig/@@ -92,8 +92,9 @@     -- Other library packages from which modules are imported.     build-depends:    base >=4.12 && <5, containers >=0.1 && <1, css-syntax,             freetype2 >=0.2 && <0.3, hashable >=1.3 && <2, linear >=1.0.1 && <2,-            scientific, stylist-traits >=0.1.1 && <1, text, msgpack >= 1.0 && <2,-            vector >= 0.13 && <1, bytestring, stylist-traits, css-syntax,+            scientific >= 0.3.8 && < 1, text >= 2.0.2 && < 3, msgpack >= 1.0 && <2,+            vector >= 0.13 && <1, bytestring >= 0.11.5 && < 1,+            stylist-traits >=0.1.1 && <1, css-syntax >= 0.1.0 && < 0.2,             QuickCheck      -- Directories containing source files.@@ -152,5 +153,5 @@     build-depends:         base ^>=4.17.0.0,         fontconfig-pure,-        hspec, QuickCheck,+        hspec, QuickCheck >= 2.15.0 && < 2.16,         msgpack, containers, text, css-syntax, stylist-traits