@@ -74,22 +74,22 @@ library
74
74
-- other dependencies
75
75
build-depends :
76
76
base-compat-batteries >= 0.11.1 && < 0.13
77
- , aeson >= 2.0.0.0 && < 2.1
77
+ , aeson >= 2.0.0.0 && < 2.2
78
78
, aeson-pretty >= 0.8.7 && < 0.9
79
79
-- cookie 0.4.3 is needed by GHC 7.8 due to time>=1.4 constraint
80
80
, cookie >= 0.4.3 && < 0.5
81
81
, generics-sop >= 0.5.1.0 && < 0.6
82
82
, hashable >= 1.2.7.0 && < 1.5
83
83
, http-media >= 0.8.0.0 && < 0.9
84
84
, insert-ordered-containers >= 0.2.3 && < 0.3
85
- , lens >= 4.16.1 && < 5.2
85
+ , lens >= 4.16.1 && < 5.3
86
86
, network >= 2.6.3.5 && < 3.2
87
87
, optics-core >= 0.2 && < 0.5
88
88
, optics-th >= 0.2 && < 0.5
89
89
, scientific >= 0.3.6.2 && < 0.4
90
90
, unordered-containers >= 0.2.9.0 && < 0.3
91
91
, uuid-types >= 1.0.3 && < 1.1
92
- , vector >= 0.12.0.1 && < 0.13
92
+ , vector >= 0.12.0.1 && < 0.14
93
93
, QuickCheck >= 2.10.1 && < 2.15
94
94
95
95
default-language : Haskell2010
@@ -121,7 +121,7 @@ test-suite spec
121
121
122
122
-- test-suite only dependencies
123
123
build-depends :
124
- hspec >= 2.5.5 && < 2.9
124
+ hspec >= 2.5.5 && < 2.11
125
125
, HUnit >= 1.6.0.0 && < 1.7
126
126
, quickcheck-instances >= 0.3.19 && < 0.14
127
127
, utf8-string >= 1.0.1.1 && < 1.1
0 commit comments