diff --git a/http-streams.cabal b/http-streams.cabal index c5a4870..88a4163 100644 --- a/http-streams.cabal +++ b/http-streams.cabal @@ -1,6 +1,6 @@ cabal-version: 1.24 name: http-streams -version: 0.8.9.7 +version: 0.8.9.8 synopsis: An HTTP client using io-streams description: An HTTP client, using the Snap Framework's 'io-streams' library to @@ -17,7 +17,7 @@ author: Andrew Cowie maintainer: Andrew Cowie copyright: © 2012-2023 Athae Eredh Siniath and Others category: Web, IO-Streams -tested-with: GHC == 8.10.7, GHC == 9.2.5 +tested-with: GHC == 8.10.7, GHC == 9.2.7, GHC == 9.4.5 stability: experimental homepage: https://github.com/aesiniath/http-streams/ bug-reports: https://github.com/aesiniath/http-streams/issues @@ -61,7 +61,7 @@ library transformers, text, unordered-containers, - aeson, + aeson < 2.2, http-common >= 0.8.3.4 if flag(network-uri) build-depends: network-uri >= 2.6, network >= 2.6 diff --git a/stack-nightly-9.2.1.yaml b/stack-nightly-9.2.1.yaml deleted file mode 100644 index fc9a15f..0000000 --- a/stack-nightly-9.2.1.yaml +++ /dev/null @@ -1,22 +0,0 @@ -resolver: nightly-2022-02-01 -compiler: ghc-9.2.1 - -packages: -- . - -extra-deps: -- aeson-2.0.3.0 -- attoparsec-0.14.2 -- base-compat-0.12.1 -- base-compat-batteries-0.12.1 -- io-streams-haproxy-1.0.1.0 -- snap-server-1.1.2.0 -# https://github.com/snapframework/snap-core/pull/312 -- github: snapframework/snap-core - commit: b87aed3ca64b88c7ab71b5bf460a3c4e8cb70a9b - -flags: - http-streams: - network-uri: true - -allow-newer: true diff --git a/stack.yaml b/stack.yaml index 32cded8..5ed2591 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,12 +1,12 @@ -resolver: lts-20.10 +resolver: lts-21.2 +compiler: ghc-9.4.5 packages: - . extra-deps: -- readable-0.3.1 -- snap-core-1.0.5.0 -- snap-server-1.1.2.0 +- snap-core-1.0.5.1 +- snap-server-1.1.2.1 flags: http-streams: