According to https://github.com/commercialhaskell/stackage/pull/4299 , this package doesn't compile in the latest Stackage nightly build. This is because the path library changed the fileExtension function to now throw exceptions, therefore, it now returns a m String rather than a String.
I locked the dependency version to be under < 0.7 in order to allow it to compile under nightly.
According to https://github.com/commercialhaskell/stackage/pull/4299 , this package doesn't compile in the latest Stackage nightly build. This is because the
path
library changed thefileExtension
function to now throw exceptions, therefore, it now returns am String
rather than aString
.I locked the dependency version to be under < 0.7 in order to allow it to compile under nightly.