1{-# LANGUAGE CPP #-}
2#if __GLASGOW_HASKELL__ >= 800
3{-# OPTIONS_GHC -freduction-depth=0 #-}
4#else
5{-# OPTIONS_GHC -fcontext-stack=151 #-}
6#endif
7{-# OPTIONS_GHC -fno-warn-orphans #-}
8module Data.TreeDiff.Instances.CabalLanguage () where
9
10import Data.TreeDiff
11import Language.Haskell.Extension (Extension, KnownExtension, Language)
12
13-- These are big enums, so they are in separate file.
14--
15instance ToExpr Extension
16instance ToExpr KnownExtension
17instance ToExpr Language
18