haskell-hvr / hslogger

Logging framework for Haskell
https://hackage.haskell.org/package/hslogger
BSD 3-Clause "New" or "Revised" License
64 stars 36 forks source link

Allow bytestring-0.11 #60

Closed Bodigrim closed 3 years ago

Bodigrim commented 3 years ago

Tested using

packages: .
tests: True

constraints:
  bytestring >= 0.11

allow-newer:
  network:bytestring
Bodigrim commented 3 years ago

@hvr ping

sjakobi commented 3 years ago

Ping @hvr! :)

bergmark commented 3 years ago

As a hackage trustee I added a revision for this.

ysangkok commented 3 years ago

@bergmark Would it be possible to add another revision that bumps the base bound to "< 4.16". I just tested with this and it seems to work fine. Since hslogger is a dependency of happstack-server, I think it would help a lot of people.

Bodigrim commented 3 years ago

@ysangkok As a Hackage Trustee, I made a revision to allow base-4.15: https://hackage.haskell.org/package/hslogger-1.3.1.0/revisions/

On the other hand, this PR seems unlikely to get merged any time soon, so closing.