diff options
Diffstat (limited to 'hoogle-test/src/Bug825/Bug825.hs')
-rw-r--r-- | hoogle-test/src/Bug825/Bug825.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hoogle-test/src/Bug825/Bug825.hs b/hoogle-test/src/Bug825/Bug825.hs index bfe07139..48c09305 100644 --- a/hoogle-test/src/Bug825/Bug825.hs +++ b/hoogle-test/src/Bug825/Bug825.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE TypeOperators #-} module Bug825 where |