Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maoe committed Sep 12, 2023
1 parent e9a9600 commit 4a4c838
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions influxdb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ library
ghc-options: -Wall
build-depends:
base >= 4.11 && < 4.19
, aeson >= 0.7 && < 2.2
, aeson >= 0.7 && < 2.3
, attoparsec < 0.15
, bytestring >= 0.10 && < 0.12
, attoparsec-aeson < 2.3
, bytestring >= 0.10 && < 0.13
, clock >= 0.7 && < 0.9
, containers >= 0.5 && < 0.7
, foldl < 1.5
Expand All @@ -93,7 +94,7 @@ library
, optional-args >= 1.0 && < 1.1
, scientific >= 0.3.3 && < 0.4
, tagged >= 0.1 && < 0.9
, text < 2.1
, text < 2.2
, time >= 1.5 && < 1.14
, unordered-containers < 0.3
, vector >= 0.10 && < 0.14
Expand All @@ -105,7 +106,7 @@ test-suite doctests
main-is: doctests.hs
build-depends:
base
, doctest >= 0.11.3 && < 0.22
, doctest >= 0.11.3 && < 0.23
, influxdb
, template-haskell < 2.21
ghc-options: -Wall -threaded
Expand All @@ -120,7 +121,7 @@ test-suite regressions
, containers
, influxdb
, lens
, tasty < 1.5
, tasty < 1.6
, tasty-hunit < 1.11
, time
, raw-strings-qq >= 1.1 && < 1.2
Expand Down
1 change: 1 addition & 0 deletions src/Database/InfluxDB/Format.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE GADTs #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeOperators #-}
module Database.InfluxDB.Format
( -- $setup

Expand Down

0 comments on commit 4a4c838

Please sign in to comment.