Skip to content

Commit a2d320c

Browse files
committed
Multi component test suite: test packages
1 parent 5fbad4d commit a2d320c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ghcide/test/data/multi/a/A.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module A(foo) where
2-
2+
import Control.Concurrent.Async
33
foo = ()

ghcide/test/data/multi/a/a.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ build-type: Simple
44
cabal-version: >= 1.2
55

66
library
7-
build-depends: base
7+
build-depends: base, async
88
exposed-modules: A
99
hs-source-dirs: .

0 commit comments

Comments
 (0)