File tree 5 files changed +10
-10
lines changed
src/Development/IDE/Graph 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ import Data.Traversable (for)
33
33
import Data.Tuple.Extra
34
34
import Debug.Trace (traceM )
35
35
import Development.IDE.Graph.Classes
36
+ import Development.IDE.Graph.Internal.Key
36
37
import Development.IDE.Graph.Internal.Rules
37
38
import Development.IDE.Graph.Internal.Types
38
39
import qualified Focus
39
40
import qualified ListT
40
41
import qualified StmContainers.Map as SMap
41
42
import System.IO.Unsafe
42
43
import System.Time.Extra (duration , sleep )
43
- import Development.IDE.Graph.Internal.Key
44
44
45
45
46
46
newDatabase :: Dynamic -> TheRules -> IO Database
Original file line number Diff line number Diff line change
1
+ {-# LANGUAGE DerivingStrategies #-}
1
2
{-# LANGUAGE PatternSynonyms #-}
2
3
{-# LANGUAGE ViewPatterns #-}
3
- {-# LANGUAGE DerivingStrategies #-}
4
4
5
5
module Development.IDE.Graph.Internal.Key
6
6
( Key -- Opaque - don't expose constructor, use newKey to create
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ module Development.IDE.Graph.KeyMap(
12
12
restrictKeysKeyMap ,
13
13
) where
14
14
15
- import Development.IDE.Graph.Internal.Key
15
+ import Development.IDE.Graph.Internal.Key
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ module Development.IDE.Graph.KeySet(
13
13
lengthKeySet ,
14
14
) where
15
15
16
- import Development.IDE.Graph.Internal.Key
16
+ import Development.IDE.Graph.Internal.Key
Original file line number Diff line number Diff line change 2
2
3
3
module DatabaseSpec where
4
4
5
- import Development.IDE.Graph (shakeOptions )
6
- import Development.IDE.Graph.Database (shakeNewDatabase ,
7
- shakeRunDatabase )
5
+ import Development.IDE.Graph (shakeOptions )
6
+ import Development.IDE.Graph.Database (shakeNewDatabase ,
7
+ shakeRunDatabase )
8
+ import Development.IDE.Graph.Internal.Action (apply1 )
9
+ import Development.IDE.Graph.Internal.Rules (addRule )
8
10
import Development.IDE.Graph.Internal.Types
9
- import Development.IDE.Graph.Internal.Action ( apply1 )
10
- import Development.IDE.Graph.Internal.Rules ( addRule )
11
11
import Example
12
- import System.Time.Extra (timeout )
12
+ import System.Time.Extra (timeout )
13
13
import Test.Hspec
14
14
15
15
spec :: Spec
You can’t perform that action at this time.
0 commit comments