Allow newer hashable, lens, text

This commit is contained in:
Janus Troelsen 2022-02-06 16:12:25 -06:00
parent a8f1a7603f
commit 67da8514a0
12 changed files with 18 additions and 18 deletions

View File

@ -39,7 +39,7 @@ library
, servant-docs >= 0.11.2 && < 0.13
, servant >= 0.13 && < 0.20
, servant-auth == 0.4.*
, lens >= 4.16.1 && <5.1
, lens >= 4.16.1 && <5.2
exposed-modules:
Servant.Auth.Docs
default-language: Haskell2010

View File

@ -42,7 +42,7 @@ library
, entropy >= 0.4.1.3 && < 0.5
, http-types >= 0.12.2 && < 0.13
, jose >= 0.7.0.0 && < 0.10
, lens >= 4.16.1 && < 5.1
, lens >= 4.16.1 && < 5.2
, memory >= 0.14.16 && < 0.17
, monad-time >= 0.3.1.0 && < 0.4
, mtl >= 2.2.2 && < 2.3
@ -50,7 +50,7 @@ library
, servant-auth == 0.4.*
, servant-server >= 0.13 && < 0.20
, tagged >= 0.8.4 && < 0.9
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
, time >= 1.5.0.1 && < 1.10
, unordered-containers >= 0.2.9.0 && < 0.3
, wai >= 3.2.1.2 && < 3.3

View File

@ -32,12 +32,12 @@ library
ghc-options: -Wall
build-depends:
base >= 4.10 && < 4.16
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
, servant-swagger >= 1.1.5 && < 2
, swagger2 >= 2.2.2 && < 3
, servant >= 0.13 && < 0.20
, servant-auth == 0.4.*
, lens >= 4.16.1 && < 5.1
, lens >= 4.16.1 && < 5.2
if impl(ghc >= 9)
buildable: False
exposed-modules:

View File

@ -37,9 +37,9 @@ library
, containers >= 0.6 && < 0.7
, aeson >= 1.3.1.1 && < 3
, jose >= 0.7.0.0 && < 0.10
, lens >= 4.16.1 && < 5.1
, lens >= 4.16.1 && < 5.2
, servant >= 0.15 && < 0.20
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
, unordered-containers >= 0.2.9.0 && < 0.3
exposed-modules:
Servant.Auth

View File

@ -55,7 +55,7 @@ library
, constraints >= 0.2 && < 0.14
, containers >= 0.5.7.1 && < 0.7
, deepseq >= 1.4.2.0 && < 1.5
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
, transformers >= 0.5.2.0 && < 0.6
, template-haskell >= 2.11.1.0 && < 2.18

View File

@ -47,7 +47,7 @@ library
, deepseq >= 1.4.2.0 && < 1.5
, mtl >= 2.2.2 && < 2.3
, stm >= 2.4.5.1 && < 2.6
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
, time >= 1.6.0.1 && < 1.10
, transformers >= 0.5.2.0 && < 0.6

View File

@ -43,7 +43,7 @@ library
build-depends:
base >= 4.9 && < 4.16
, bytestring >= 0.10.8.1 && < 0.12
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
-- Servant dependencies
build-depends:
@ -56,10 +56,10 @@ library
, aeson-pretty >= 0.8.5 && < 0.9
, base-compat >= 0.10.5 && < 0.12
, case-insensitive >= 1.2.0.11 && < 1.3
, hashable >= 1.2.7.0 && < 1.4
, hashable >= 1.2.7.0 && < 1.5
, http-media >= 0.7.1.3 && < 0.9
, http-types >= 0.12.2 && < 0.13
, lens >= 4.17 && < 5.1
, lens >= 4.17 && < 5.2
, string-conversions >= 0.4.0.1 && < 0.5
, universe-base >= 1.1.1 && < 1.2
, unordered-containers >= 0.2.9.0 && < 0.3

View File

@ -42,7 +42,7 @@ library
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
base >= 4.9 && < 4.16
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
-- Servant dependencies
build-depends:
@ -52,7 +52,7 @@ library
-- Here can be exceptions if we really need features from the newer versions.
build-depends:
base-compat >= 0.10.5 && < 0.12
, lens >= 4.17 && < 5.1
, lens >= 4.17 && < 5.2
, http-types >= 0.12.2 && < 0.13
hs-source-dirs: src

View File

@ -43,7 +43,7 @@ library
, containers >= 0.5.7.1 && < 0.7
, deepseq >= 1.4.2.0 && < 1.5
, mtl >= 2.2.2 && < 2.3
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
, time >= 1.6.0.1 && < 1.10
, transformers >= 0.5.2.0 && < 0.6

View File

@ -65,7 +65,7 @@ library
, constraints >= 0.2 && < 0.14
, containers >= 0.5.7.1 && < 0.7
, mtl >= 2.2.2 && < 2.3
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
, transformers >= 0.5.2.0 && < 0.6
, filepath >= 1.4.1.1 && < 1.5

View File

@ -80,7 +80,7 @@ library
, servant >=0.18.1 && <0.20
, singleton-bool >=0.1.4 && <0.2
, swagger2 >=2.3.0.1 && <3
, text >=1.2.3.0 && <1.3
, text >=1.2.3.0 && <2.1
, unordered-containers >=0.2.9.0 && <0.3
, hspec

View File

@ -86,7 +86,7 @@ library
, mtl >= 2.2.2 && < 2.3
, sop-core >= 0.4.0.0 && < 0.6
, transformers >= 0.5.2.0 && < 0.6
, text >= 1.2.3.0 && < 1.3
, text >= 1.2.3.0 && < 2.1
-- We depend (heavily) on the API of these packages: