@@ -13,7 +13,7 @@ license: BSD3
13
13
license-file : LICENSE
14
14
author : Shaun Sharples
15
15
16
- copyright : (c) 2019 Shaun Sharples
16
+ copyright : (c) 2021 Shaun Sharples
17
17
build-type : Simple
18
18
19
19
extra-source-files :
@@ -33,17 +33,17 @@ library
33
33
OverloadedStrings
34
34
35
35
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
47
47
48
48
hs-source-dirs : src
49
49
default-language : Haskell2010
0 commit comments