Skip to content

Commit

Permalink
v0.0.0.1-r3: Build with GHC 9.8.1 alpha1.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Aug 1, 2023
1 parent 95e15d3 commit da25a14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.0.0.1 revision 3
------------------

_Andreas Abel, 2023-08-01_

- Allow `base ≥ 4.19`.
- Tested locally with GHC 9.8.1 alpha1.

0.0.0.1 revision 2
------------------

Expand Down
4 changes: 2 additions & 2 deletions brotli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 1.12
build-type: Simple
name: brotli
version: 0.0.0.1
x-revision: 2
x-revision: 3

synopsis: Brotli (RFC7932) compression and decompression
homepage: https://github.com/haskell-hvr/brotli
Expand Down Expand Up @@ -61,7 +61,7 @@ library
exposed-modules: Codec.Compression.Brotli
other-modules: LibBrotli

build-depends: base >=4.5 && <4.19
build-depends: base >=4.5 && <5
, bytestring >=0.9.2 && <0.13
, transformers >=0.3.0.0 && <0.7

Expand Down

0 comments on commit da25a14

Please sign in to comment.