Skip to content
Snippets Groups Projects
Commit 18aa52be authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Add test for #6038

parent b83e0c91
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Build profile: -w ghc-<GHCVER> -O1
In order, the following will be built:
- pkg-def-0.1.0.0 (lib:publib) (first run)
- pkg-abc-0.1.0.0 (exe:program) (first run)
Warning: pkg-def.cabal:13:27: visibility is experimental feature (issue #5660)
Warning: pkg-def.cabal:10:27: visibility is experimental feature (issue #5660)
Configuring library 'publib' for pkg-def-0.1.0.0..
Preprocessing library 'publib' for pkg-def-0.1.0.0..
Building library 'publib' for pkg-def-0.1.0.0..
......
......@@ -2,11 +2,8 @@ cabal-version: 3.0
name: pkg-def
version: 0.1.0.0
library
default-language: Haskell2010
hs-source-dirs: src
build-depends: base
exposed-modules: PkgDef
-- there was public library. But we shouldn't need one.
-- https://github.com/haskell/cabal/issues/6038
library publib
default-language: Haskell2010
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment