dhall-lang / dhall-haskell

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

dhall-nixpkgs has a too strict lower bound on base64-bytestring #2346

Closed sternenseemann closed 2 years ago

sternenseemann commented 2 years ago

dhall-nixpkgs wants base16-bytestring >= 1.2.1.0, but it also builds with >= 1.1.0.0 at the very least (which is current stackage LTS). Looking at the changelog it seems unlikely that any behavior changed warranting this bound (unless untrusted input, maybe?).

sternenseemann commented 2 years ago

Fixed in https://github.com/dhall-lang/dhall-haskell/commit/67263612a31ca4ce8c466120c8c19d5615adb4c1.