Bring test suite up to date
This commit is contained in:
4
test/data/home-module-graph/cpp/A.hs
Normal file
4
test/data/home-module-graph/cpp/A.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
module A where
|
||||
import A1
|
||||
import A2
|
||||
import A3
|
||||
4
test/data/home-module-graph/cpp/A1.hs
Normal file
4
test/data/home-module-graph/cpp/A1.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
{-# LANGUAGE CPP #-}
|
||||
module A1 where
|
||||
#elif
|
||||
import B
|
||||
1
test/data/home-module-graph/cpp/A2.hs
Normal file
1
test/data/home-module-graph/cpp/A2.hs
Normal file
@@ -0,0 +1 @@
|
||||
module A2 where
|
||||
2
test/data/home-module-graph/cpp/A3.hs
Normal file
2
test/data/home-module-graph/cpp/A3.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A3 where
|
||||
import B
|
||||
1
test/data/home-module-graph/cpp/B.hs
Normal file
1
test/data/home-module-graph/cpp/B.hs
Normal file
@@ -0,0 +1 @@
|
||||
module B where
|
||||
2
test/data/home-module-graph/cycle/A.hs
Normal file
2
test/data/home-module-graph/cycle/A.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A where
|
||||
import B
|
||||
2
test/data/home-module-graph/cycle/B.hs
Normal file
2
test/data/home-module-graph/cycle/B.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module B where
|
||||
import A
|
||||
4
test/data/home-module-graph/errors/A.hs
Normal file
4
test/data/home-module-graph/errors/A.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
module A where
|
||||
import A1
|
||||
import A2
|
||||
import A3
|
||||
4
test/data/home-module-graph/errors/A1.hs
Normal file
4
test/data/home-module-graph/errors/A1.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
module A1 where
|
||||
psogduapzsü9
|
||||
import B
|
||||
lxäö,vLMCks
|
||||
1
test/data/home-module-graph/errors/A2.hs
Normal file
1
test/data/home-module-graph/errors/A2.hs
Normal file
@@ -0,0 +1 @@
|
||||
module A2 where
|
||||
2
test/data/home-module-graph/errors/A3.hs
Normal file
2
test/data/home-module-graph/errors/A3.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A3 where
|
||||
import B
|
||||
1
test/data/home-module-graph/errors/B.hs
Normal file
1
test/data/home-module-graph/errors/B.hs
Normal file
@@ -0,0 +1 @@
|
||||
module B where
|
||||
4
test/data/home-module-graph/indirect-update/A.hs
Normal file
4
test/data/home-module-graph/indirect-update/A.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
module A where
|
||||
import A1
|
||||
import A2
|
||||
import A3
|
||||
2
test/data/home-module-graph/indirect-update/A1.hs
Normal file
2
test/data/home-module-graph/indirect-update/A1.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A1 where
|
||||
import B
|
||||
1
test/data/home-module-graph/indirect-update/A2.hs
Normal file
1
test/data/home-module-graph/indirect-update/A2.hs
Normal file
@@ -0,0 +1 @@
|
||||
module A2 where
|
||||
2
test/data/home-module-graph/indirect-update/A3.hs
Normal file
2
test/data/home-module-graph/indirect-update/A3.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A3 where
|
||||
import B
|
||||
1
test/data/home-module-graph/indirect-update/B.hs
Normal file
1
test/data/home-module-graph/indirect-update/B.hs
Normal file
@@ -0,0 +1 @@
|
||||
module B where
|
||||
1
test/data/home-module-graph/indirect-update/C.hs
Normal file
1
test/data/home-module-graph/indirect-update/C.hs
Normal file
@@ -0,0 +1 @@
|
||||
module C where
|
||||
4
test/data/home-module-graph/indirect/A.hs
Normal file
4
test/data/home-module-graph/indirect/A.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
module A where
|
||||
import A1
|
||||
import A2
|
||||
import A3
|
||||
2
test/data/home-module-graph/indirect/A1.hs
Normal file
2
test/data/home-module-graph/indirect/A1.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A1 where
|
||||
import B
|
||||
2
test/data/home-module-graph/indirect/A2.hs
Normal file
2
test/data/home-module-graph/indirect/A2.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A2 where
|
||||
import C
|
||||
2
test/data/home-module-graph/indirect/A3.hs
Normal file
2
test/data/home-module-graph/indirect/A3.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A3 where
|
||||
import B
|
||||
1
test/data/home-module-graph/indirect/B.hs
Normal file
1
test/data/home-module-graph/indirect/B.hs
Normal file
@@ -0,0 +1 @@
|
||||
module B where
|
||||
1
test/data/home-module-graph/indirect/C.hs
Normal file
1
test/data/home-module-graph/indirect/C.hs
Normal file
@@ -0,0 +1 @@
|
||||
module C where
|
||||
Reference in New Issue
Block a user