Skip to content

Commit

Permalink
Fixed compilation with GHC 7.10.*.
Browse files Browse the repository at this point in the history
  • Loading branch information
asr committed Oct 18, 2015
1 parent d52b5b7 commit 9f012fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ import Control.Monad.State
import Debug.Trace
import System.IO.Unsafe

#if __GLASGOW_HASKELL__ <= 708
import Data.Foldable ( foldMap )
#endif

import Data.Maybe
import Data.Foldable
import Data.Functor
import Data.Traversable hiding (for)
import Data.IntMap (IntMap)
Expand Down

0 comments on commit 9f012fe

Please sign in to comment.