Skip to content

Commit

Permalink
fix compilation with ghc < 7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
UlfNorell committed Oct 30, 2015
1 parent ba574b7 commit 660de58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/full/Agda/Compiler/Treeless/Builtin.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
{-# LANGUAGE FlexibleContexts #-}
module Agda.Compiler.Treeless.Builtin (translateBuiltins) where

import Control.Applicative

import qualified Agda.Syntax.Internal as I
import Agda.Syntax.Abstract.Name (QName)
import Agda.Syntax.Position
Expand Down

0 comments on commit 660de58

Please sign in to comment.