@@ -44,7 +44,7 @@ library
4444 , jose >= 0.10 && < 0.11
4545 , lens >= 4.16.1 && < 5.3
4646 , memory >= 0.14.16 && < 0.19
47- , monad-time >= 0.3.1.0 && < 0.4
47+ , monad-time >= 0.3.1.0 && < 0.5
4848 , mtl ^>= 2.2.2 || ^>= 2.3.1
4949 , servant >= 0.13 && < 0.21
5050 , servant-auth == 0.4. *
@@ -102,7 +102,7 @@ test-suite spec
102102 test
103103 default-extensions : ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
104104 ghc-options : -Wall
105- build-tool-depends : hspec-discover :hspec-discover >= 2.5.5 && < 2.11
105+ build-tool-depends : hspec-discover :hspec-discover >= 2.5.5 && < 2.12
106106
107107 -- dependencies with bounds inherited from the library stanza
108108 build-depends :
@@ -123,7 +123,7 @@ test-suite spec
123123 -- test dependencies
124124 build-depends :
125125 servant-auth-server
126- , hspec >= 2.5.5 && < 2.11
126+ , hspec >= 2.5.5 && < 2.12
127127 , QuickCheck >= 2.11.3 && < 2.15
128128 , http-client >= 0.5.13.1 && < 0.8
129129 , lens-aeson >= 1.0.2 && < 1.3
0 commit comments