diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-01-14 20:00:11 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-01-14 20:00:11 +0100 |
| commit | 9cafd8d97ddd7a366585efd29a203d993470c588 (patch) | |
| tree | 968b86550d2bbef71850ecb06620a291b9b5cb80 /fountainhead.cabal | |
| parent | 099915650815850f56f517a0d918ebb5191bcc55 (diff) | |
| download | fountainhead-9cafd8d97ddd7a366585efd29a203d993470c588.tar.gz | |
Make compatible with GHC2025
Diffstat (limited to 'fountainhead.cabal')
| -rw-r--r-- | fountainhead.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fountainhead.cabal b/fountainhead.cabal index dc6d047..168122b 100644 --- a/fountainhead.cabal +++ b/fountainhead.cabal @@ -12,7 +12,7 @@ author: Eugen Wissner license-files: LICENSE license: MPL-2.0 -copyright: (c) 2024 Eugen Wissner +copyright: (c) 2025 Eugen Wissner category: Graphics extra-source-files: @@ -25,7 +25,7 @@ common dependencies bytestring ^>= 0.12.0, text ^>= 2.1, zlib ^>= 0.7.0 - default-language: GHC2021 + default-language: GHC2024 library import: dependencies @@ -39,9 +39,9 @@ library Graphics.Fountainhead.TrueType hs-source-dirs: lib build-depends: - containers ^>= 0.6.5, + containers ^>= 0.7, megaparsec ^>= 9.7, - time ^>= 1.12, + time ^>= 1.14, transformers ^>= 0.6, vector ^>= 0.13.0 ghc-options: -Wall |
