serokell / log-warper

Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output
MIT License
19 stars 11 forks source link

[#89] Specify upper bounds in .cabal file #91

Closed chshersh closed 6 years ago

mihaimaruseac commented 6 years ago

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).

chshersh commented 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.

mihaimaruseac commented 6 years ago

@ChShersh see https://github.com/commercialhaskell/stack/issues/3464

mihaimaruseac commented 6 years ago

Stackage now supports the ^> syntax, so we've pulled in the last version of log-warper.