-
Notifications
You must be signed in to change notification settings - Fork 739
Expand file tree
/
Copy pathinternal-preprocessor-test.expr
More file actions
80 lines (80 loc) · 2.55 KB
/
Copy pathinternal-preprocessor-test.expr
File metadata and controls
80 lines (80 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
InstalledPackageInfo {
sourcePackageId =
PackageIdentifier {
pkgName = PackageName
"internal-preprocessor-test",
pkgVersion = mkVersion
[0, 1, 0, 0]},
sourceLibName = LMainLibName,
installedComponentId_ =
ComponentId "",
installedSublibs = [],
libVisibility =
LibraryVisibilityPublic,
installedUnitId = UnitId
"internal-preprocessor-test-0.1.0.0",
installedInstanceUnitId = InstanceUnitId
(UnitId ""),
instantiatedWith = [],
compatPackageKey =
"internal-preprocessor-test-0.1.0.0",
license = Right
(GPL (Just (mkVersion [3]))),
copyright = "",
maintainer =
"mikhail.glushenkov@gmail.com",
author = "Mikhail Glushenkov",
stability = "",
homepage = "",
pkgUrl = "",
synopsis =
"Internal custom preprocessor example.",
description =
"See https://github.com/haskell/cabal/issues/1541#issuecomment-30155513",
category = "Testing",
abiHash = AbiHash "",
indefinite = False,
exposed = True,
exposedModules = [
ExposedModule {
exposedName = ModuleName "A",
exposedReexport = Nothing}],
hiddenModules = [],
trusted = False,
importDirs =
[
"/home/ogre/Documents/other-haskell/cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.dist/work/dist/build"],
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"],
libraryDirsStatic = [],
libraryDynDirs = [],
libraryBytecodeDirs = [],
dataDir =
"/home/ogre/Documents/other-haskell/cabal/cabal-testsuite/PackageTests/CustomPreProcess",
hsLibraries = [
"HSinternal-preprocessor-test-0.1.0.0"],
extraLibraries = [],
extraLibrariesStatic = [],
extraGHCiLibraries = [],
includeDirs = [],
includes = [],
depends = [
UnitId
"base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d"],
abiDepends = [],
ccOptions = [],
cxxOptions = [],
ldOptions = [],
frameworkDirs = [],
frameworks = [],
haddockInterfaces =
[
"/home/ogre/Documents/other-haskell/cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.dist/work/dist/doc/html/internal-preprocessor-test/internal-preprocessor-test.haddock"],
haddockHTMLs =
[
"/home/ogre/Documents/other-haskell/cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.dist/work/dist/doc/html/internal-preprocessor-test"],
pkgRoot =
Just
"/home/ogre/Documents/other-haskell/cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.dist/work/dist"}