1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00
This commit is contained in:
Patrick Thomson 2020-01-20 11:00:56 -05:00
parent 686c66397a
commit 91439ef0ae

View File

@ -1,10 +1,8 @@
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuantifiedConstraints #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}