Skip to content

Commit 94075ed

Browse files
committed
update bounds
1 parent a789368 commit 94075ed

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

servant-event-stream.cabal

+12-12
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license: BSD3
1313
license-file: LICENSE
1414
author: Shaun Sharples
1515
maintainer: [email protected]
16-
copyright: (c) 2019 Shaun Sharples
16+
copyright: (c) 2021 Shaun Sharples
1717
build-type: Simple
1818

1919
extra-source-files:
@@ -33,17 +33,17 @@ library
3333
OverloadedStrings
3434

3535
build-depends:
36-
base < 4.13
37-
, binary < 0.11
38-
, http-media < 0.9
39-
, lens >= 4.17 && < 4.18
40-
, pipes >= 4.3.0 && < 4.4
41-
, servant-server >= 0.15 && < 0.17
42-
, servant-foreign >= 0.15 && < 0.16
43-
, servant-js >= 0.9 && < 0.10
44-
, servant-pipes >= 0.15 && < 0.16
45-
, text >= 1.2.3.0 && < 1.3
46-
, wai-extra >= 3.0.0.0 && < 3.1
36+
base >= 4.9 && < 4.15
37+
, binary >= 0.7 && < 0.11
38+
, http-media >= 0.7.1.3 && < 0.9
39+
, lens >= 4.17 && < 4.20
40+
, pipes >= 4.3.9 && < 4.4
41+
, servant-foreign >= 0.15 && < 0.16
42+
, servant-js >= 0.9 && < 0.10
43+
, servant-pipes >= 0.15 && < 0.16
44+
, servant-server >= 0.15 && < 0.19
45+
, text >= 1.2.3 && < 1.3
46+
, wai-extra >= 3.0 && < 3.2
4747

4848
hs-source-dirs: src
4949
default-language: Haskell2010

0 commit comments

Comments
 (0)