From f7a731d3dee6e287b1732a907bf7f74eabc4534d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Mon, 19 Jun 2023 05:18:58 +0200 Subject: [PATCH] Support ghc-9.4. --- influxdb.cabal | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/influxdb.cabal b/influxdb.cabal index 84676ba..bee8029 100644 --- a/influxdb.cabal +++ b/influxdb.cabal @@ -11,7 +11,7 @@ license: BSD3 license-file: LICENSE author: Mitsutoshi Aoe maintainer: Mitsutoshi Aoe -copyright: Copyright (C) 2014-2021 Mitsutoshi Aoe +copyright: Copyright (C) 2014-2023 Mitsutoshi Aoe category: Database build-type: Custom tested-with: @@ -20,6 +20,8 @@ tested-with: GHC == 8.8.4 GHC == 8.10.4 GHC == 9.0.1 + GHC == 9.2.8 + GHC == 9.4.5 extra-source-files: README.md @@ -74,8 +76,8 @@ library ViewPatterns ghc-options: -Wall build-depends: - base >= 4.11 && < 4.17 - , aeson >= 0.7 && < 2.1 + base >= 4.11 && < 4.18 + , aeson >= 0.7 && < 2.2 , attoparsec < 0.15 , bytestring >= 0.10 && < 0.12 , clock >= 0.7 && < 0.9 @@ -91,7 +93,7 @@ library , text < 2.1 , time >= 1.5 && < 1.14 , unordered-containers < 0.3 - , vector >= 0.10 && < 0.13 + , vector >= 0.10 && < 0.14 hs-source-dirs: src default-language: Haskell2010