summaryrefslogtreecommitdiff
path: root/compiler/utils/FiniteMap.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecation warnings from containersErik de Castro Lopo2017-01-301-1/+1
| | | | | | | | | | | | | | | The functions that were causing warnings were deprecated in containers 0.5 and GHC is already using containers 0.5.9.1. Test Plan: validate Reviewers: rwbarton, bgamari, hsyl20, austin, dfeuer Reviewed By: dfeuer Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3036
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+29
Signed-off-by: Austin Seipp <austin@well-typed.com>