Skip to content

Commit

Permalink
--accept some tests
Browse files Browse the repository at this point in the history
Related to the previous two commits (preventing dependency on private
libraries and marking main libraries as public)
  • Loading branch information
fgaz committed May 7, 2019
1 parent 52f997d commit 6fa1b26
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ InstalledPackageInfo
installedUnitId = `UnitId "internal-preprocessor-test-0.1.0.0"`,
instantiatedWith = [],
ldOptions = [],
libVisibility = LibraryVisibilityPrivate,
libVisibility = LibraryVisibilityPublic,
libraryDirs = ["/home/ogre/Documents/other-haskell/cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.dist/work/dist/build",
"/home/ogre/Documents/other-haskell/cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.dist/work/dist/build"],
libraryDynDirs = [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: internal-preprocessor-test
version: 0.1.0.0
visibility: public
id: internal-preprocessor-test-0.1.0.0
key: internal-preprocessor-test-0.1.0.0
license: GPL-3
Expand Down
2 changes: 1 addition & 1 deletion Cabal/tests/ParserTests/ipi/issue-2276-ghc-9885.expr
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@ InstalledPackageInfo
"-lm",
"-lm",
"-lm"],
libVisibility = LibraryVisibilityPrivate,
libVisibility = LibraryVisibilityPublic,
libraryDirs = ["/opt/ghc/8.2.2/lib/ghc-8.2.2/transformers-0.5.2.0"],
libraryDynDirs = ["/opt/ghc/8.2.2/lib/ghc-8.2.2/transformers-0.5.2.0"],
license = Right BSD3,
Expand Down
1 change: 1 addition & 0 deletions Cabal/tests/ParserTests/ipi/issue-2276-ghc-9885.format
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: transformers
version: 0.5.2.0
visibility: public
id: transformers-0.5.2.0
key: transformers-0.5.2.0
license: BSD3
Expand Down
2 changes: 1 addition & 1 deletion Cabal/tests/ParserTests/ipi/transformers.expr
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ InstalledPackageInfo
installedUnitId = `UnitId "transformers-0.5.2.0"`,
instantiatedWith = [],
ldOptions = [],
libVisibility = LibraryVisibilityPrivate,
libVisibility = LibraryVisibilityPublic,
libraryDirs = ["/opt/ghc/8.2.2/lib/ghc-8.2.2/transformers-0.5.2.0"],
libraryDynDirs = ["/opt/ghc/8.2.2/lib/ghc-8.2.2/transformers-0.5.2.0"],
license = Right BSD3,
Expand Down
1 change: 1 addition & 0 deletions Cabal/tests/ParserTests/ipi/transformers.format
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: transformers
version: 0.5.2.0
visibility: public
id: transformers-0.5.2.0
key: transformers-0.5.2.0
license: BSD3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Installing internal library sublib in <PATH>
Registering library 'sublib' for Lib-0.1.0.0..
# Setup configure
Configuring executable 'exe' for Lib-0.1.0.0..
setup: Encountered missing dependencies:
setup: Encountered missing or private dependencies:
sublib -any

0 comments on commit 6fa1b26

Please sign in to comment.