aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-12-24 00:30:20 +0100
committerBen Gamari <ben@smart-cactus.org>2015-12-24 00:30:20 +0100
commit9c4fb801462e2d499aa057b233cd54a5e6ca139c (patch)
treec5568976651941657b22ade33af826343c16586e /hoogle-test
parent975e77c29b12c2a72127eb3a13929291ff163f61 (diff)
hoogle-test/AssocTypes: Allow AmbiguousTypes
GHC 8.0 complains otherwise
Diffstat (limited to 'hoogle-test')
-rw-r--r--hoogle-test/src/assoc-types/AssocTypes.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hoogle-test/src/assoc-types/AssocTypes.hs b/hoogle-test/src/assoc-types/AssocTypes.hs
index a9bdc6d8..ceacc834 100644
--- a/hoogle-test/src/assoc-types/AssocTypes.hs
+++ b/hoogle-test/src/assoc-types/AssocTypes.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE TypeFamilies #-}
+{-# LANGUAGE AllowAmbiguousTypes #-}
module AssocTypes where