Skip to content

Commit

Permalink
Merge pull request #135 from aesiniath/aeson-bumps
Browse files Browse the repository at this point in the history
Restrict latest version of aeson
  • Loading branch information
istathar authored Jul 12, 2023
2 parents 0326a7e + 8dfd5c8 commit b0612de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
6 changes: 3 additions & 3 deletions http-streams.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,7 +17,7 @@ author: Andrew Cowie <[email protected]>
maintainer: Andrew Cowie <[email protected]>
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
Expand Down Expand Up @@ -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
Expand Down
22 changes: 0 additions & 22 deletions stack-nightly-9.2.1.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b0612de

Please sign in to comment.