-
Notifications
You must be signed in to change notification settings - Fork 2
/
.fix-imports
29 lines (25 loc) · 902 Bytes
/
.fix-imports
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include: build/hsc build/chs
import-order-first: Util.
sort-unqualified-last: t
-- Prefer or don't prefer to resolve to these modules.
prio-module-high:
Ui.Meter.Meter
Control.Monad.Trans.Resource
Data.Map Data.Set Data.Vector Data.String Data.Ratio
GHC.Generics
Perform.Pitch Util.Serialize
System.IO System.IO.Unsafe
prio-module-low: GHC.Environment GHC.Read GHC.MVar
LogView.Process
App.PPrint
prio-package-high:
prio-package-low: haskell98 ghc ghc-prim comonad basement
qualify-as:
Data.HashMap.Strict as HashMap;
Data.Vector.Storable as V
unqualified: System.FilePath ((</>)); GHC.Stack (HasCallStack)
language: BangPatterns DisambiguateRecordFields FlexibleContexts
GeneralizedNewtypeDeriving LambdaCase MultiWayIf OverloadedStrings
ScopedTypeVariables TupleSections FlexibleInstances TypeSynonymInstances
format:
leave-space-for-qualified