stooq-api 0.4.1.0 → 0.4.2.0
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~basedep ~bytestringdep ~cassava
Dependency ranges changed: base, bytestring, cassava, lens
Files
- CHANGELOG.md +4/−0
- stooq-api.cabal +5/−5
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for stooq +## 0.4.2.0 -- 2023-02-04++* Updating nixos channel to 22.11.+ ## 0.4.0.0 -- 2022-11-27 * Switching to XML format, which seems more reliable than JSON.
stooq-api.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: stooq-api-version: 0.4.1.0+version: 0.4.2.0 synopsis: A simple wrapper around stooq.pl API for downloading market data. description: Here's a simple wrapper around API offered by Stooq.pl.@@ -34,10 +34,10 @@ library exposed-modules: Web.Data.Stooq.API- build-depends: base >= 4.13 && < 4.16,- bytestring >= 0.10.10 && < 0.11,- cassava >= 0.5.2 && < 0.5.3,- lens >= 4.18.1 && < 5.1,+ build-depends: base >= 4.15 && < 4.18,+ bytestring >= 0.10.10 && < 0.12,+ cassava >= 0.5.3 && < 0.5.4,+ lens >= 5.0 && < 5.2, text >= 1.2 && < 1.3, time >= 1.9.3 && < 1.10, utf8-string >= 1.0.2 && < 1.1,