clovyr / aeson-yaml

Encode any Aeson (JSON) value as YAML (in pure Haskell)
https://hackage.haskell.org/package/aeson-yaml
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Allow bytestring 0.11 #14

Closed sjakobi closed 3 years ago

sjakobi commented 3 years ago

To test the compatibility with cabal test -O0 --constraint 'bytestring>=0.11' --allow-newer=bytestring, I needed to fix the tasty-discover dependency. From the commit message:

Specify tasty-discover dependency as build-tool-depends

Otherwise cabal doesn't know that it needs to build the tasty-discover executable.

Docs: https://cabal.readthedocs.io/en/latest/cabal-package.html?highlight=build-tool#pkg-field-build-tool-depends

patrickmn commented 3 years ago

Thanks Simon!

Do you mind doing DCO with git commit --amend --signoff & git push --force prior to merging?

I updated the metadata for aeson-yaml 1.1.0.0 on hackage to match.

sjakobi commented 3 years ago

Do you mind doing DCO with git commit --amend --signoff & git push --force prior to merging?

Done! :)