Skip to content

Commit 32ffe69

Browse files
committed
update some more dependencies to current versions
Once again I kept the tight versioned dependencies rather than using a range, but I don't really know why they're used.
1 parent 5a190c5 commit 32ffe69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Library
144144
-- Packages needed in order to build this package.
145145
Build-depends: base >= 4.0 && < 5.0,
146146
time,
147-
aeson == 0.5.0.0,
147+
aeson == 0.6.0.0,
148148
attoparsec == 0.10.1.0,
149149
bytestring,
150150
containers,
@@ -158,7 +158,7 @@ Library
158158
failure,
159159
http-types,
160160
vector,
161-
unordered-containers == 0.1.4.3,
161+
unordered-containers == 0.1.4.6,
162162
data-default
163163

164164
-- Modules not exported by this package.

0 commit comments

Comments
 (0)