dhall-lang / dhall-haskell

Maintainable configuration files
https://dhall-lang.org/
BSD 3-Clause "New" or "Revised" License
912 stars 213 forks source link

Relax upper bound to accommodate dependency on `ansi-terminal-1.0` #2521

Closed mpilgrem closed 1 year ago

mpilgrem commented 1 year ago

ansi-terminal-1.0 is released on Hackage.

See also https://github.com/commercialhaskell/stackage/issues/6976.

Tested by building with Stack >= 2.9.3 using the existing stack.yaml with these additions:

extra-deps:
  - ansi-terminal-1.0
  - ansi-terminal-types-0.11.5

allow-newer: true
allow-newer-deps:
- ansi-wl-pprint
Gabriella439 commented 1 year ago

whoops! sorry, this got lost in my inbox. thanks for contributing this!!!

Gabriella439 commented 1 year ago

i also published the matching revisions to Hackage