Closed treeowl closed 2 years ago
Fix build failures. This includes bumping the minimum bound on base to something haskell-ci could test; it seemed to have issues retrieving GHC 7.4 and GHC 7.6.
base
haskell-ci
Add missing ShowTrieKey instances.
ShowTrieKey
Remove redundant import warnings.
Use IntMap.traverseMaybeWithKey when available.
IntMap.traverseMaybeWithKey
Fix build failures. This includes bumping the minimum bound on
base
to somethinghaskell-ci
could test; it seemed to have issues retrieving GHC 7.4 and GHC 7.6.Add missing
ShowTrieKey
instances.Remove redundant import warnings.
Use
IntMap.traverseMaybeWithKey
when available.