Skip to content

Commit

Permalink
fix compilation with ghc-7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
UlfNorell committed Oct 29, 2015
1 parent 795f29b commit 23399f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/full/Agda/TypeChecking/Primitive.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import Data.Map (Map)
import qualified Data.Map as Map
import Data.Maybe
import Data.Traversable (traverse)
import Data.Monoid (mempty)

import Agda.Interaction.Options

Expand Down

0 comments on commit 23399f0

Please sign in to comment.