freckle / bcp47

BCP-47 for Haskell
https://freckle.github.io/bcp47/
2 stars 1 forks source link

Relax `persistent` upper bound #24

Closed parsonsmatt closed 2 years ago

parsonsmatt commented 3 years ago

Tests pass just fine with this stack.yaml:

resolver: lts-17.1
packages:
  - bcp47
  - bcp47-orphans
ghc-options:
  "$locals": -fwrite-ide-info

extra-deps:
  - persistent-2.13.0.0
  - esqueleto-3.4.2.1
  - lift-type-0.1.0.1

A Hackage revision would allow the current version to work, too.

pbrisbin commented 3 years ago

Sorry I lost track of this Issue. Is it still a problem?

pbrisbin commented 2 years ago

I believe this has been resolved.