@@ -44,7 +44,7 @@ library
44
44
, jose >= 0.10 && < 0.11
45
45
, lens >= 4.16.1 && < 5.3
46
46
, memory >= 0.14.16 && < 0.19
47
- , monad-time >= 0.3.1.0 && < 0.4
47
+ , monad-time >= 0.3.1.0 && < 0.5
48
48
, mtl ^>= 2.2.2 || ^>= 2.3.1
49
49
, servant >= 0.13 && < 0.21
50
50
, servant-auth == 0.4. *
@@ -102,7 +102,7 @@ test-suite spec
102
102
test
103
103
default-extensions : ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
104
104
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
106
106
107
107
-- dependencies with bounds inherited from the library stanza
108
108
build-depends :
@@ -123,7 +123,7 @@ test-suite spec
123
123
-- test dependencies
124
124
build-depends :
125
125
servant-auth-server
126
- , hspec >= 2.5.5 && < 2.11
126
+ , hspec >= 2.5.5 && < 2.12
127
127
, QuickCheck >= 2.11.3 && < 2.15
128
128
, http-client >= 0.5.13.1 && < 0.8
129
129
, lens-aeson >= 1.0.2 && < 1.3
0 commit comments