cabal.project: Require transformers >= 0.5.6.

For some reason the CI build is trying to use an older version.
This commit is contained in:
John MacFarlane 2021-11-09 23:09:43 -08:00
parent 09748669b0
commit 6bec746074

View file

@ -1,5 +1,5 @@
packages: pandoc.cabal
tests: True
flags: +embed_data_files
constraints: aeson >= 2.0.1.0
constraints: aeson >= 2.0.1.0, transformers >= 0.5.6