Closed chshersh closed 6 years ago
@mihaimaruseac Could you please elaborate more on this? I can use stack
locally to build log-warper
, I have not problems with this new syntax. I'm using stack-1.6.3
.
@ChShersh see https://github.com/commercialhaskell/stack/issues/3464
Stackage now supports the ^>
syntax, so we've pulled in the last version of log-warper
.
Note that because this PR introduces
^>
syntax in the Cabal file and that one is unsupported on Stackage build system,log-warper-1.8.4
will be the version that Stackage uses for a period of time (until either Stackage can support the new syntax or the cabal file is reverted to not use bleeding-edge syntax).