diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-12-24 00:30:20 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-24 00:30:20 +0100 |
commit | 9c4fb801462e2d499aa057b233cd54a5e6ca139c (patch) | |
tree | c5568976651941657b22ade33af826343c16586e /hoogle-test | |
parent | 975e77c29b12c2a72127eb3a13929291ff163f61 (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.hs | 1 |
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 |