The monad-control library changed from 'newtype' to 'type' in 1.0, and since it affects 2.12 too, cherry-pick the fix.
Aditya Bhimanavajjula (1): Upgrade codebase to support monad-control >=0.3.1.3 && <1.1 Petr Pudlak (2): Rename hs-lens-versions Makefile target to hs-pkg-versions Add macros for the version of monad-control .gitignore | 2 +- Makefile.am | 47 +++++++++++++++++++++++------------------ src/Ganeti/BasicTypes.hs | 25 ++++++++++++++++++++++ src/Ganeti/Logging/WriterLog.hs | 26 ++++++++++++++++++++++- src/Ganeti/THH/HsRPC.hs | 27 ++++++++++++++++++++++- src/Ganeti/WConfd/Monad.hs | 28 ++++++++++++++++++------ 6 files changed, 126 insertions(+), 29 deletions(-) -- 2.2.0.rc0.207.ga3a616c
