Skip to content

Commit

Permalink
Updates to Cabal.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrap committed Jul 31, 2023
1 parent 3e30ab9 commit ed0888a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
-*- markdown -*-
2023-07-31 0.5.4.1

* Cabal version change2023-07-31 0.5.4.1

* Cabal version change

2023-03-01 0.5.4.0

* Aeson 2.0 compatibility
Expand Down
10 changes: 5 additions & 5 deletions wreq.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cabal-version: 3.6
name: wreq
version: 0.5.4.0
version: 0.5.4.1
synopsis: An easy-to-use HTTP client library.
description:
.
Expand Down Expand Up @@ -29,15 +30,14 @@ description:
* Early TLS support via the tls package
homepage: http://www.serpentine.com/wreq
bug-reports: https://github.com/bos/wreq/issues
license: BSD3
license: BSD-3-Clause
license-file: LICENSE.md
author: Bryan O'Sullivan <[email protected]>
maintainer: [email protected]
copyright: 2014 Bryan O'Sullivan
category: Web
build-type: Custom
cabal-version: >=1.10
tested-with: GHC==8.2.1, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
tested-with: GHC==8.2.1, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==9.2.8
extra-source-files:
README.md
TODO.md
Expand All @@ -50,7 +50,7 @@ extra-source-files:

custom-setup
setup-depends:
base < 5, Cabal < 3.9, cabal-doctest >=1.0.2 && <1.1
base < 5, Cabal < 4.0, cabal-doctest >=1.0.2 && <1.1

-- disable doctests with -f-doctest
flag doctest
Expand Down

0 comments on commit ed0888a

Please sign in to comment.