$ stack install dragen --resolver lts-13.2
Error: While constructing the build plan, the following exceptions were
encountered:
In the dependencies for dragen-0.1.0.0:
QuickCheck-2.12.6.1 from stack configuration does not
match >=2.11.3 && <2.12 (latest matching version
is 2.11.3)
containers-0.6.0.1 from stack configuration does not
match >=0.5.11.0 && <0.6 (latest matching version
is 0.5.11.0)
template-haskell-2.14.0.0 from stack configuration does not
match >=2.13.0.0 && <2.14 (latest matching
version is 2.13.0.0)
needed since dragen is a build target.
I can see why the build fails. The dependencies uploaded to https://hackage.haskell.org/package/dragen are too strict for lts-13.2, and do not need to be.