Skip to content

Commit

Permalink
Add test for #6038
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed May 24, 2020
1 parent b83e0c9 commit 18aa52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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..
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18aa52b

Please sign in to comment.