mirror of
https://github.com/github/semantic.git
synced 2024-12-23 14:54:16 +03:00
Fix some missed language extensions.
This commit is contained in:
parent
7262484a57
commit
a8a3bca972
@ -1,4 +1,5 @@
|
||||
-- Code generated by protoc-gen-jsonpb_haskell 0.1.0, DO NOT EDIT.
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# OPTIONS_GHC -Wno-orphans -Wno-unused-imports -Wno-missing-export-lists #-}
|
||||
module Proto.Semantic_JSON where
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE ImplicitParams #-}
|
||||
{-# LANGUAGE DataKinds, ImplicitParams, OverloadedStrings, TypeApplications #-}
|
||||
{-# OPTIONS_GHC -O0 #-}
|
||||
module Analysis.Go.Spec (spec) where
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE ImplicitParams #-}
|
||||
{-# LANGUAGE DataKinds, ImplicitParams, OverloadedStrings, TypeApplications #-}
|
||||
{-# OPTIONS_GHC -O0 #-}
|
||||
module Analysis.PHP.Spec (spec) where
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE ImplicitParams #-}
|
||||
{-# LANGUAGE DataKinds, ImplicitParams, OverloadedStrings, TypeApplications #-}
|
||||
{-# OPTIONS_GHC -O0 #-}
|
||||
module Analysis.Python.Spec (spec) where
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{-# LANGUAGE DataKinds, ImplicitParams, OverloadedStrings, TypeApplications #-}
|
||||
{-# OPTIONS_GHC -O0 #-}
|
||||
{-# LANGUAGE ImplicitParams #-}
|
||||
module Analysis.Ruby.Spec (spec) where
|
||||
|
||||
import Control.Abstract (Declaration (..), ScopeError (..))
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE ImplicitParams #-}
|
||||
{-# LANGUAGE DataKinds, ImplicitParams, OverloadedStrings, TypeApplications #-}
|
||||
{-# OPTIONS_GHC -O0 #-}
|
||||
|
||||
module Analysis.TypeScript.Spec (spec) where
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DataKinds, OverloadedLists #-}
|
||||
{-# LANGUAGE OverloadedLists, OverloadedStrings #-}
|
||||
module Assigning.Assignment.Spec (spec) where
|
||||
|
||||
import Assigning.Assignment
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
{-# LANGUAGE DataKinds, OverloadedStrings, TypeApplications, TypeOperators #-}
|
||||
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
|
||||
module Control.Abstract.Evaluator.Spec
|
||||
( spec
|
||||
|
@ -1,3 +1,4 @@
|
||||
{-# LANGUAGE DeriveGeneric #-}
|
||||
module Data.Functor.Classes.Generic.Spec (spec) where
|
||||
|
||||
import Data.Functor.Classes.Generic
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DefaultSignatures, TypeOperators, UndecidableInstances #-}
|
||||
{-# LANGUAGE DefaultSignatures, FlexibleContexts, TypeApplications, TypeOperators, UndecidableInstances #-}
|
||||
module Data.Mergeable ( Mergeable (..) ) where
|
||||
|
||||
import Control.Applicative
|
||||
|
@ -1,3 +1,4 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
module Data.Scientific.Spec (testTree) where
|
||||
|
||||
import Data.Either
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DataKinds, TypeOperators #-}
|
||||
{-# LANGUAGE DataKinds, OverloadedStrings, TypeOperators #-}
|
||||
module Diffing.Algorithm.RWS.Spec (spec) where
|
||||
|
||||
import Data.Bifunctor
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE DataKinds, OverloadedStrings, TypeApplications #-}
|
||||
module Diffing.Interpreter.Spec (spec, afterTerm, beforeTerm) where
|
||||
|
||||
import Control.Applicative ((<|>))
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE TypeApplications #-}
|
||||
{-# LANGUAGE FlexibleContexts, RecordWildCards, TypeApplications #-}
|
||||
{-# OPTIONS_GHC -O1 #-}
|
||||
module Main (main) where
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
module Generators
|
||||
( source
|
||||
, integerScientific
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE GADTs, PackageImports, TypeApplications #-}
|
||||
{-# LANGUAGE DataKinds, GADTs, OverloadedStrings, PackageImports, TypeApplications #-}
|
||||
|
||||
module Graphing.Calls.Spec ( spec ) where
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DataKinds, MonoLocalBinds, TupleSections, TypeOperators #-}
|
||||
{-# LANGUAGE DataKinds, FlexibleContexts, MonoLocalBinds, OverloadedStrings, TupleSections, TypeOperators #-}
|
||||
module Rendering.TOC.Spec (spec) where
|
||||
|
||||
import Analysis.TOCSummary
|
||||
|
@ -1,3 +1,4 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
module Semantic.Spec (spec) where
|
||||
|
||||
import Control.Effect.Reader
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE OverloadedStrings, RecordWildCards #-}
|
||||
|
||||
module Semantic.Stat.Spec (testTree) where
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
{-# LANGUAGE DataKinds, FlexibleContexts #-}
|
||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||
|
||||
module SpecHelpers
|
||||
|
@ -1,3 +1,4 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
module Tags.Spec (spec) where
|
||||
|
||||
import Control.Effect.Reader
|
||||
|
Loading…
Reference in New Issue
Block a user