Skip to content

Commit

Permalink
Loosen Lens upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelBoucey committed May 14, 2024
1 parent ac70aaf commit 448a74e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cayley-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cayley-client
version: 0.4.19.3
version: 0.4.19.4
synopsis: A Haskell client for the Cayley graph database
description: cayley-client implements the RESTful API of the Cayley graph database.
homepage: https://github.com/MichelBoucey/cayley-client
Expand All @@ -14,7 +14,7 @@ cabal-version: >=1.10
extra-source-files: README.md
, tests/testdata.nq

Tested-With: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.1
Tested-With: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2

Source-Repository head
Type: git
Expand All @@ -33,12 +33,12 @@ library
, exceptions >= 0.8.0.2 && < 0.11
, http-client >= 0.4.30 && < 0.8
, http-conduit >= 2.1.8 && < 2.4
, lens >= 4.12.3 && < 5.3
, lens >= 4.12.3 && < 5.4
, mtl >= 2.2.1 && < 2.4
, lens-aeson >= 1.1 && < 1.3
, text >= 1.2.2 && < 2.3
, transformers >= 0.4.2 && < 0.7
, unordered-containers >= 0.2.5.1 && < 0.21
, unordered-containers >= 0.2.5.1 && < 0.3
, vector >= 0.9 && < 0.14

default-language: Haskell2010
Expand Down

0 comments on commit 448a74e

Please sign in to comment.