File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ library
55
55
--
56
56
-- note: mtl lower bound is so low because of GHC-7.8
57
57
build-depends :
58
- base >= 4.9 && < 4.14
58
+ base >= 4.9 && < 4.15
59
59
, bytestring >= 0.10.8.1 && < 0.11
60
60
, containers >= 0.5.7.1 && < 0.7
61
61
, deepseq >= 1.4.2.0 && < 1.5
62
62
, text >= 1.2.3.0 && < 1.3
63
63
, transformers >= 0.5.2.0 && < 0.6
64
- , template-haskell >= 2.11.1.0 && < 2.16
64
+ , template-haskell >= 2.11.1.0 && < 2.17
65
65
66
66
if !impl(ghc >= 8.2 )
67
67
build-depends :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ library
45
45
-- Bundled with GHC: Lower bound to not force re-installs
46
46
-- text and mtl are bundled starting with GHC-8.4
47
47
build-depends :
48
- base >= 4.9 && < 4.14
48
+ base >= 4.9 && < 4.15
49
49
, bytestring >= 0.10.8.1 && < 0.11
50
50
, containers >= 0.5.7.1 && < 0.7
51
51
, deepseq >= 1.4.2.0 && < 1.5
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ library
40
40
, mtl >= 2.2.2 && < 2.3
41
41
, resourcet >= 1.2.2 && < 1.3
42
42
, servant >= 0.15 && < 0.18
43
- , unliftio-core >= 0.1.2.0 && < 0.2
43
+ , unliftio-core >= 0.1.2.0 && < 0.3
44
44
hs-source-dirs : src
45
45
default-language : Haskell2010
46
46
ghc-options : -Wall
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ library
46
46
--
47
47
-- note: mtl lower bound is so low because of GHC-7.8
48
48
build-depends :
49
- base >= 4.9 && < 4.14
49
+ base >= 4.9 && < 4.15
50
50
, bytestring >= 0.10.8.1 && < 0.11
51
51
, text >= 1.2.3.0 && < 1.3
52
52
@@ -64,7 +64,7 @@ library
64
64
, hashable >= 1.2.7.0 && < 1.4
65
65
, http-media >= 0.7.1.3 && < 0.9
66
66
, http-types >= 0.12.2 && < 0.13
67
- , lens >= 4.17 && < 4.19
67
+ , lens >= 4.17 && < 4.20
68
68
, string-conversions >= 0.4.0.1 && < 0.5
69
69
, universe-base >= 1.1.1 && < 1.2
70
70
, unordered-containers >= 0.2.9.0 && < 0.3
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ library
46
46
--
47
47
-- note: mtl lower bound is so low because of GHC-7.8
48
48
build-depends :
49
- base >= 4.9 && < 4.14
49
+ base >= 4.9 && < 4.15
50
50
, text >= 1.2.3.0 && < 1.3
51
51
52
52
-- Servant dependencies
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ library
43
43
-- Bundled with GHC: Lower bound to not force re-installs
44
44
-- text and mtl are bundled starting with GHC-8.4
45
45
build-depends :
46
- base >= 4.9 && < 4.14
46
+ base >= 4.9 && < 4.15
47
47
, bytestring >= 0.10.8.1 && < 0.11
48
48
, containers >= 0.5.7.1 && < 0.7
49
49
, deepseq >= 1.4.2.0 && < 1.5
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ library
64
64
-- Bundled with GHC: Lower bound to not force re-installs
65
65
-- text and mtl are bundled starting with GHC-8.4
66
66
build-depends :
67
- base >= 4.9 && < 4.14
67
+ base >= 4.9 && < 4.15
68
68
, bytestring >= 0.10.8.1 && < 0.11
69
69
, containers >= 0.5.7.1 && < 0.7
70
70
, mtl >= 2.2.2 && < 2.3
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ library
80
80
--
81
81
-- note: mtl lower bound is so low because of GHC-7.8
82
82
build-depends :
83
- base >= 4.9 && < 4.14
83
+ base >= 4.9 && < 4.15
84
84
, bytestring >= 0.10.8.1 && < 0.11
85
85
, mtl >= 2.2.2 && < 2.3
86
86
, transformers >= 0.5.2.0 && < 0.6
You can’t perform that action at this time.
0 commit comments