Philipp Hausmann created THRIFT-5227:
----------------------------------------
Summary: Thrift uses deprecated cabal commands
Key: THRIFT-5227
URL: https://issues.apache.org/jira/browse/THRIFT-5227
Project: Thrift
Issue Type: Bug
Components: Haskell - Library
Affects Versions: 0.13.0
Reporter: Philipp Hausmann
The make/cmake builds currently use the cabal legacy commands:
{noformat}
warning : The update command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-update
command{noformat}
Those are deprecated. Furthermore, with the most recent cabal version the
"cabal install" command fails. The build system should be updated to use cabal
v2-* commands.
This only affects the development/CI environment. Releases published to hackage
can be built using the new or old cabal commands.
I am currently looking into what needs to be changed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)