@@ -19,7 +19,7 @@ source-repository head
19
19
common aeson { build-depends : aeson >= 2.1.0.0 }
20
20
common aeson-pretty { build-depends : aeson-pretty >= 0.8.5 }
21
21
common async { build-depends : async }
22
- common base { build-depends : base >= 4.12 && < 4.19 }
22
+ common base { build-depends : base >= 4.12 && < 4.20 }
23
23
common bytestring { build-depends : bytestring }
24
24
common deepseq { build-depends : deepseq }
25
25
common Diff { build-depends : Diff }
@@ -28,7 +28,6 @@ common exceptions { build-depends: exceptions
28
28
common filepath { build-depends : filepath }
29
29
common hedgehog { build-depends : hedgehog }
30
30
common http-conduit { build-depends : http-conduit }
31
- common hw-aeson { build-depends : hw-aeson >= 0.1.8.0 }
32
31
common mmorph { build-depends : mmorph }
33
32
common mtl { build-depends : mtl }
34
33
common network { build-depends : network }
@@ -41,7 +40,6 @@ common text { build-depends: text
41
40
common time { build-depends : time >= 1.9.1 }
42
41
common transformers { build-depends : transformers }
43
42
common unliftio { build-depends : unliftio }
44
- common unordered-containers { build-depends : unordered-containers }
45
43
common yaml { build-depends : yaml }
46
44
common zlib { build-depends : zlib }
47
45
@@ -73,7 +71,6 @@ library
73
71
filepath,
74
72
hedgehog,
75
73
http-conduit,
76
- hw-aeson,
77
74
mmorph,
78
75
mtl,
79
76
network,
@@ -86,7 +83,6 @@ library
86
83
time,
87
84
transformers,
88
85
unliftio,
89
- unordered-containers,
90
86
Win32,
91
87
yaml,
92
88
zlib,
0 commit comments