NicolasT / kontiki

An implementation of the Raft consensus protocol
BSD 3-Clause "New" or "Revised" License
122 stars 15 forks source link

Build on Stack(age) #19

Closed NicolasT closed 9 years ago

NicolasT commented 9 years ago

Add a stack.yaml file for Stackage LTS-3.4, and update dependency boundaries accordingly.

Furthermore, make build pass with --pedantic (on GHC-7.10, which comes with Stackage LTS 3.4). This breaks compatibility with GHC 7.8 (due to the Monad-Applicative changes). If this needs to be restored, add CPP stuff etc.