summaryrefslogtreecommitdiff
path: root/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen
diff options
context:
space:
mode:
Diffstat (limited to '.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen')
-rw-r--r--.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen/Paths_8queens.hs50
-rw-r--r--.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen/cabal_macros.h195
2 files changed, 0 insertions, 245 deletions
diff --git a/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen/Paths_8queens.hs b/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen/Paths_8queens.hs
deleted file mode 100644
index 7e16751..0000000
--- a/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen/Paths_8queens.hs
+++ /dev/null
@@ -1,50 +0,0 @@
1{-# LANGUAGE CPP #-}
2{-# LANGUAGE NoRebindableSyntax #-}
3{-# OPTIONS_GHC -fno-warn-missing-import-lists #-}
4module Paths_8queens (
5 version,
6 getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir,
7 getDataFileName, getSysconfDir
8 ) where
9
10import qualified Control.Exception as Exception
11import Data.Version (Version(..))
12import System.Environment (getEnv)
13import Prelude
14
15#if defined(VERSION_base)
16
17#if MIN_VERSION_base(4,0,0)
18catchIO :: IO a -> (Exception.IOException -> IO a) -> IO a
19#else
20catchIO :: IO a -> (Exception.Exception -> IO a) -> IO a
21#endif
22
23#else
24catchIO :: IO a -> (Exception.IOException -> IO a) -> IO a
25#endif
26catchIO = Exception.catch
27
28version :: Version
29version = Version [0,1,0,0] []
30bindir, libdir, dynlibdir, datadir, libexecdir, sysconfdir :: FilePath
31
32bindir = "/home/sv/src/8queens/.stack-work/install/x86_64-linux/lts-13.22/8.6.5/bin"
33libdir = "/home/sv/src/8queens/.stack-work/install/x86_64-linux/lts-13.22/8.6.5/lib/x86_64-linux-ghc-8.6.5/8queens-0.1.0.0-1f9e2RemoZD8IyN03WXtS0-8queens"
34dynlibdir = "/home/sv/src/8queens/.stack-work/install/x86_64-linux/lts-13.22/8.6.5/lib/x86_64-linux-ghc-8.6.5"
35datadir = "/home/sv/src/8queens/.stack-work/install/x86_64-linux/lts-13.22/8.6.5/share/x86_64-linux-ghc-8.6.5/8queens-0.1.0.0"
36libexecdir = "/home/sv/src/8queens/.stack-work/install/x86_64-linux/lts-13.22/8.6.5/libexec/x86_64-linux-ghc-8.6.5/8queens-0.1.0.0"
37sysconfdir = "/home/sv/src/8queens/.stack-work/install/x86_64-linux/lts-13.22/8.6.5/etc"
38
39getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir, getSysconfDir :: IO FilePath
40getBinDir = catchIO (getEnv "8queens_bindir") (\_ -> return bindir)
41getLibDir = catchIO (getEnv "8queens_libdir") (\_ -> return libdir)
42getDynLibDir = catchIO (getEnv "8queens_dynlibdir") (\_ -> return dynlibdir)
43getDataDir = catchIO (getEnv "8queens_datadir") (\_ -> return datadir)
44getLibexecDir = catchIO (getEnv "8queens_libexecdir") (\_ -> return libexecdir)
45getSysconfDir = catchIO (getEnv "8queens_sysconfdir") (\_ -> return sysconfdir)
46
47getDataFileName :: FilePath -> IO FilePath
48getDataFileName name = do
49 dir <- getDataDir
50 return (dir ++ "/" ++ name)
diff --git a/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen/cabal_macros.h b/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen/cabal_macros.h
deleted file mode 100644
index 80cc9e2..0000000
--- a/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/8queens/autogen/cabal_macros.h
+++ /dev/null
@@ -1,195 +0,0 @@
1/* DO NOT EDIT: This file is automatically generated by Cabal */
2
3/* package 8queens-0.1.0.0 */
4#ifndef VERSION_8queens
5#define VERSION_8queens "0.1.0.0"
6#endif /* VERSION_8queens */
7#ifndef MIN_VERSION_8queens
8#define MIN_VERSION_8queens(major1,major2,minor) (\
9 (major1) < 0 || \
10 (major1) == 0 && (major2) < 1 || \
11 (major1) == 0 && (major2) == 1 && (minor) <= 0)
12#endif /* MIN_VERSION_8queens */
13
14/* package base-4.12.0.0 */
15#ifndef VERSION_base
16#define VERSION_base "4.12.0.0"
17#endif /* VERSION_base */
18#ifndef MIN_VERSION_base
19#define MIN_VERSION_base(major1,major2,minor) (\
20 (major1) < 4 || \
21 (major1) == 4 && (major2) < 12 || \
22 (major1) == 4 && (major2) == 12 && (minor) <= 0)
23#endif /* MIN_VERSION_base */
24
25/* package lens-4.17.1 */
26#ifndef VERSION_lens
27#define VERSION_lens "4.17.1"
28#endif /* VERSION_lens */
29#ifndef MIN_VERSION_lens
30#define MIN_VERSION_lens(major1,major2,minor) (\
31 (major1) < 4 || \
32 (major1) == 4 && (major2) < 17 || \
33 (major1) == 4 && (major2) == 17 && (minor) <= 1)
34#endif /* MIN_VERSION_lens */
35
36/* package linear-1.20.9 */
37#ifndef VERSION_linear
38#define VERSION_linear "1.20.9"
39#endif /* VERSION_linear */
40#ifndef MIN_VERSION_linear
41#define MIN_VERSION_linear(major1,major2,minor) (\
42 (major1) < 1 || \
43 (major1) == 1 && (major2) < 20 || \
44 (major1) == 1 && (major2) == 20 && (minor) <= 9)
45#endif /* MIN_VERSION_linear */
46
47/* package matrix-0.3.6.1 */
48#ifndef VERSION_matrix
49#define VERSION_matrix "0.3.6.1"
50#endif /* VERSION_matrix */
51#ifndef MIN_VERSION_matrix
52#define MIN_VERSION_matrix(major1,major2,minor) (\
53 (major1) < 0 || \
54 (major1) == 0 && (major2) < 3 || \
55 (major1) == 0 && (major2) == 3 && (minor) <= 6)
56#endif /* MIN_VERSION_matrix */
57
58/* package random-1.1 */
59#ifndef VERSION_random
60#define VERSION_random "1.1"
61#endif /* VERSION_random */
62#ifndef MIN_VERSION_random
63#define MIN_VERSION_random(major1,major2,minor) (\
64 (major1) < 1 || \
65 (major1) == 1 && (major2) < 1 || \
66 (major1) == 1 && (major2) == 1 && (minor) <= 0)
67#endif /* MIN_VERSION_random */
68
69/* package vector-0.12.0.3 */
70#ifndef VERSION_vector
71#define VERSION_vector "0.12.0.3"
72#endif /* VERSION_vector */
73#ifndef MIN_VERSION_vector
74#define MIN_VERSION_vector(major1,major2,minor) (\
75 (major1) < 0 || \
76 (major1) == 0 && (major2) < 12 || \
77 (major1) == 0 && (major2) == 12 && (minor) <= 0)
78#endif /* MIN_VERSION_vector */
79
80/* tool gcc-6.3.0 */
81#ifndef TOOL_VERSION_gcc
82#define TOOL_VERSION_gcc "6.3.0"
83#endif /* TOOL_VERSION_gcc */
84#ifndef MIN_TOOL_VERSION_gcc
85#define MIN_TOOL_VERSION_gcc(major1,major2,minor) (\
86 (major1) < 6 || \
87 (major1) == 6 && (major2) < 3 || \
88 (major1) == 6 && (major2) == 3 && (minor) <= 0)
89#endif /* MIN_TOOL_VERSION_gcc */
90
91/* tool ghc-8.6.5 */
92#ifndef TOOL_VERSION_ghc
93#define TOOL_VERSION_ghc "8.6.5"
94#endif /* TOOL_VERSION_ghc */
95#ifndef MIN_TOOL_VERSION_ghc
96#define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\
97 (major1) < 8 || \
98 (major1) == 8 && (major2) < 6 || \
99 (major1) == 8 && (major2) == 6 && (minor) <= 5)
100#endif /* MIN_TOOL_VERSION_ghc */
101
102/* tool ghc-pkg-8.6.5 */
103#ifndef TOOL_VERSION_ghc_pkg
104#define TOOL_VERSION_ghc_pkg "8.6.5"
105#endif /* TOOL_VERSION_ghc_pkg */
106#ifndef MIN_TOOL_VERSION_ghc_pkg
107#define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\
108 (major1) < 8 || \
109 (major1) == 8 && (major2) < 6 || \
110 (major1) == 8 && (major2) == 6 && (minor) <= 5)
111#endif /* MIN_TOOL_VERSION_ghc_pkg */
112
113/* tool haddock-2.22.0 */
114#ifndef TOOL_VERSION_haddock
115#define TOOL_VERSION_haddock "2.22.0"
116#endif /* TOOL_VERSION_haddock */
117#ifndef MIN_TOOL_VERSION_haddock
118#define MIN_TOOL_VERSION_haddock(major1,major2,minor) (\
119 (major1) < 2 || \
120 (major1) == 2 && (major2) < 22 || \
121 (major1) == 2 && (major2) == 22 && (minor) <= 0)
122#endif /* MIN_TOOL_VERSION_haddock */
123
124/* tool happy-1.19.9 */
125#ifndef TOOL_VERSION_happy
126#define TOOL_VERSION_happy "1.19.9"
127#endif /* TOOL_VERSION_happy */
128#ifndef MIN_TOOL_VERSION_happy
129#define MIN_TOOL_VERSION_happy(major1,major2,minor) (\
130 (major1) < 1 || \
131 (major1) == 1 && (major2) < 19 || \
132 (major1) == 1 && (major2) == 19 && (minor) <= 9)
133#endif /* MIN_TOOL_VERSION_happy */
134
135/* tool hpc-0.67 */
136#ifndef TOOL_VERSION_hpc
137#define TOOL_VERSION_hpc "0.67"
138#endif /* TOOL_VERSION_hpc */
139#ifndef MIN_TOOL_VERSION_hpc
140#define MIN_TOOL_VERSION_hpc(major1,major2,minor) (\
141 (major1) < 0 || \
142 (major1) == 0 && (major2) < 67 || \
143 (major1) == 0 && (major2) == 67 && (minor) <= 0)
144#endif /* MIN_TOOL_VERSION_hpc */
145
146/* tool hsc2hs-0.68.5 */
147#ifndef TOOL_VERSION_hsc2hs
148#define TOOL_VERSION_hsc2hs "0.68.5"
149#endif /* TOOL_VERSION_hsc2hs */
150#ifndef MIN_TOOL_VERSION_hsc2hs
151#define MIN_TOOL_VERSION_hsc2hs(major1,major2,minor) (\
152 (major1) < 0 || \
153 (major1) == 0 && (major2) < 68 || \
154 (major1) == 0 && (major2) == 68 && (minor) <= 5)
155#endif /* MIN_TOOL_VERSION_hsc2hs */
156
157/* tool pkg-config-0.29 */
158#ifndef TOOL_VERSION_pkg_config
159#define TOOL_VERSION_pkg_config "0.29"
160#endif /* TOOL_VERSION_pkg_config */
161#ifndef MIN_TOOL_VERSION_pkg_config
162#define MIN_TOOL_VERSION_pkg_config(major1,major2,minor) (\
163 (major1) < 0 || \
164 (major1) == 0 && (major2) < 29 || \
165 (major1) == 0 && (major2) == 29 && (minor) <= 0)
166#endif /* MIN_TOOL_VERSION_pkg_config */
167
168/* tool runghc-8.6.5 */
169#ifndef TOOL_VERSION_runghc
170#define TOOL_VERSION_runghc "8.6.5"
171#endif /* TOOL_VERSION_runghc */
172#ifndef MIN_TOOL_VERSION_runghc
173#define MIN_TOOL_VERSION_runghc(major1,major2,minor) (\
174 (major1) < 8 || \
175 (major1) == 8 && (major2) < 6 || \
176 (major1) == 8 && (major2) == 6 && (minor) <= 5)
177#endif /* MIN_TOOL_VERSION_runghc */
178
179/* tool strip-2.28 */
180#ifndef TOOL_VERSION_strip
181#define TOOL_VERSION_strip "2.28"
182#endif /* TOOL_VERSION_strip */
183#ifndef MIN_TOOL_VERSION_strip
184#define MIN_TOOL_VERSION_strip(major1,major2,minor) (\
185 (major1) < 2 || \
186 (major1) == 2 && (major2) < 28 || \
187 (major1) == 2 && (major2) == 28 && (minor) <= 0)
188#endif /* MIN_TOOL_VERSION_strip */
189
190#ifndef CURRENT_COMPONENT_ID
191#define CURRENT_COMPONENT_ID "8queens-0.1.0.0-1f9e2RemoZD8IyN03WXtS0-8queens"
192#endif /* CURRENT_COMPONENT_ID */
193#ifndef CURRENT_PACKAGE_VERSION
194#define CURRENT_PACKAGE_VERSION "0.1.0.0"
195#endif /* CURRENT_PACKAGE_VERSION */