1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 03:09:48 +03:00

Apply stylish-haskell.

This commit is contained in:
Rob Rix 2020-02-04 13:29:33 -05:00
parent 933f135eae
commit 924ada5744
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE
6 changed files with 14 additions and 14 deletions

View File

@ -9,6 +9,7 @@ module Language.Go.Tags
) where
import AST.Element
import AST.Token
import Control.Effect.Reader
import Control.Effect.Writer
import Data.Text as Text
@ -18,7 +19,6 @@ import Source.Loc
import Source.Source as Source
import Tags.Tag
import qualified Tags.Tagging.Precise as Tags
import AST.Token
class ToTags t where
tags

View File

@ -8,6 +8,7 @@ module Language.Java.Tags
( ToTags(..)
) where
import AST.Token
import Control.Effect.Reader
import Control.Effect.Writer
import GHC.Generics
@ -17,7 +18,6 @@ import Source.Range
import Source.Source as Source
import Tags.Tag
import qualified Tags.Tagging.Precise as Tags
import AST.Token
class ToTags t where
tags

View File

@ -10,6 +10,7 @@ module Language.Python.Tags
) where
import AST.Element
import AST.Token
import Control.Effect.Reader
import Control.Effect.Writer
import Data.List.NonEmpty (NonEmpty (..))
@ -22,7 +23,6 @@ import Source.Range
import Source.Source as Source
import Tags.Tag
import qualified Tags.Tagging.Precise as Tags
import AST.Token
class ToTags t where
tags

View File

@ -12,6 +12,8 @@ module Language.Ruby.Tags
) where
import AST.Element
import AST.Token
import qualified AST.Unmarshal as TS
import Control.Effect.Reader
import Control.Effect.State
import Control.Effect.Writer
@ -25,8 +27,6 @@ import Source.Range as Range
import Source.Source as Source
import Tags.Tag
import qualified Tags.Tagging.Precise as Tags
import AST.Token
import qualified AST.Unmarshal as TS
class ToTags t where
tags

View File

@ -10,6 +10,7 @@ module Language.TSX.Tags
) where
import AST.Element
import AST.Token
import Control.Effect.Reader
import Control.Effect.Writer
import Data.Foldable
@ -20,7 +21,6 @@ import Source.Loc
import Source.Source as Source
import Tags.Tag
import qualified Tags.Tagging.Precise as Tags
import AST.Token
class ToTags t where
tags

View File

@ -10,6 +10,7 @@ module Language.TypeScript.Tags
) where
import AST.Element
import AST.Token
import Control.Effect.Reader
import Control.Effect.Writer
import Data.Foldable
@ -20,7 +21,6 @@ import Source.Loc
import Source.Source as Source
import Tags.Tag
import qualified Tags.Tagging.Precise as Tags
import AST.Token
class ToTags t where
tags