File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
cabal-testsuite/PackageTests/MultipleLibraries/Successful Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Build profile: -w ghc-<GHCVER> -O1
4
4
In order, the following will be built:
5
5
- pkg-def-0.1.0.0 (lib:publib) (first run)
6
6
- pkg-abc-0.1.0.0 (exe:program) (first run)
7
- Warning: pkg-def.cabal:13 :27: visibility is experimental feature (issue #5660)
7
+ Warning: pkg-def.cabal:10 :27: visibility is experimental feature (issue #5660)
8
8
Configuring library 'publib' for pkg-def-0.1.0.0..
9
9
Preprocessing library 'publib' for pkg-def-0.1.0.0..
10
10
Building library 'publib' for pkg-def-0.1.0.0..
Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ cabal-version: 3.0
2
2
name : pkg-def
3
3
version : 0.1.0.0
4
4
5
- library
6
- default-language : Haskell2010
7
- hs-source-dirs : src
8
- build-depends : base
9
- exposed-modules : PkgDef
5
+ -- there was public library. But we shouldn't need one.
6
+ -- https://github.com/haskell/cabal/issues/6038
10
7
11
8
library publib
12
9
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments