Pull up aeson and time
Build / audit (push) Successful in 7s
Build / test (push) Successful in 7m16s
Build / doc (push) Successful in 7m33s

This commit is contained in:
2026-05-22 06:21:10 +02:00
parent 0fc7b3fc1f
commit d9c0670791
+2 -2
View File
@@ -34,7 +34,7 @@ library
hs-source-dirs: src hs-source-dirs: src
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
aeson >= 2.0.3 && < 2.3, aeson >= 2.0.3 && < 2.4,
base >= 4.15 && < 5, base >= 4.15 && < 5,
conduit ^>= 1.3.4, conduit ^>= 1.3.4,
containers >= 0.6 && < 0.9, containers >= 0.6 && < 0.9,
@@ -45,7 +45,7 @@ library
scientific ^>= 0.3.7, scientific ^>= 0.3.7,
template-haskell >= 2.16 && < 3, template-haskell >= 2.16 && < 3,
text >= 1.2 && < 3, text >= 1.2 && < 3,
time >= 1.12.2 && < 1.16, time >= 1.12.2 && < 1.17,
transformers >= 0.5.6 && < 0.7, transformers >= 0.5.6 && < 0.7,
vector >= 0.12 && < 0.14, vector >= 0.12 && < 0.14,
unordered-containers ^>= 0.2.16 unordered-containers ^>= 0.2.16