Skip to content

Commit

Permalink
Merge pull request #133 from aesiniath/minor-updates
Browse files Browse the repository at this point in the history
Minor updates
  • Loading branch information
istathar authored Feb 6, 2023
2 parents f628329 + 0a7f8b2 commit 0326a7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* _v0.8.9_
Ongoing maintenance continues, including support for GHC 9.2

* _v0.8.6_
Internal modules are exposed. Mostly so the test suite would only
depend on the library and not the code directly, but occasionally
Expand Down
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.6
version: 0.8.9.7
synopsis: An HTTP client using io-streams
description:
An HTTP client, using the Snap Framework's 'io-streams' library to
Expand All @@ -15,9 +15,9 @@ license: BSD3
license-file: LICENSE
author: Andrew Cowie <[email protected]>
maintainer: Andrew Cowie <[email protected]>
copyright: © 2012-2022 Athae Eredh Siniath and Others
copyright: © 2012-2023 Athae Eredh Siniath and Others
category: Web, IO-Streams
tested-with: GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.1
tested-with: GHC == 8.10.7, GHC == 9.2.5
stability: experimental
homepage: https://github.com/aesiniath/http-streams/
bug-reports: https://github.com/aesiniath/http-streams/issues
Expand Down
12 changes: 4 additions & 8 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
resolver: lts-18.23
resolver: lts-20.10

packages:
- .

extra-deps:
- aeson-2.0.3.0
- attoparsec-0.14.4
- hashable-1.4.0.2
- OneTuple-0.3.1
- semialign-1.2.0.1
- text-short-0.1.5
- time-compat-1.9.6.1
- readable-0.3.1
- snap-core-1.0.5.0
- snap-server-1.1.2.0

flags:
http-streams:
Expand Down

0 comments on commit 0326a7e

Please sign in to comment.