1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Sort the imports.

This commit is contained in:
Rob Rix 2017-05-11 10:00:11 -04:00
parent a418b38e7f
commit 8a86d27f7c

View File

@ -6,7 +6,6 @@ import Data.Aeson
import Category as C
import Data.Functor.Both
import Data.Functor.Listable
import RWS
import Data.Record
import Data.Text.Listable
import Diff
@ -16,11 +15,12 @@ import Patch
import Prologue hiding (fst, snd)
import Renderer
import Renderer.TOC
import RWS
import Semantic
import Source
import SpecHelpers
import Syntax as S
import Term
import Semantic
import SpecHelpers
import Test.Hspec (Spec, describe, it, parallel)
import Test.Hspec.Expectations.Pretty
import Test.Hspec.LeanCheck