summaryrefslogtreecommitdiff
path: root/dist/build
diff options
context:
space:
mode:
Diffstat (limited to 'dist/build')
-rw-r--r--dist/build/autogen/Paths_hmj.hs35
-rw-r--r--dist/build/autogen/cabal_macros.h95
-rwxr-xr-xdist/build/hmj/hmjbin0 -> 1145032 bytes
-rw-r--r--dist/build/hmj/hmj-tmp/Main.hibin0 -> 1680 bytes
-rw-r--r--dist/build/hmj/hmj-tmp/Main.obin0 -> 4264 bytes
5 files changed, 130 insertions, 0 deletions
diff --git a/dist/build/autogen/Paths_hmj.hs b/dist/build/autogen/Paths_hmj.hs
new file mode 100644
index 0000000..0ca6d46
--- /dev/null
+++ b/dist/build/autogen/Paths_hmj.hs
@@ -0,0 +1,35 @@
+module Paths_hmj (
+ version,
+ getBinDir, getLibDir, getDataDir, getLibexecDir,
+ getDataFileName, getSysconfDir
+ ) where
+
+import qualified Control.Exception as Exception
+import Data.Version (Version(..))
+import System.Environment (getEnv)
+import Prelude
+
+catchIO :: IO a -> (Exception.IOException -> IO a) -> IO a
+catchIO = Exception.catch
+
+version :: Version
+version = Version [0,1,0,0] []
+bindir, libdir, datadir, libexecdir, sysconfdir :: FilePath
+
+bindir = "/home/joe/.cabal/bin"
+libdir = "/home/joe/.cabal/lib/x86_64-linux-ghc-7.10.1/hmj_EJVUBKD2OSK8NwQkzGMiCB"
+datadir = "/home/joe/.cabal/share/x86_64-linux-ghc-7.10.1/hmj-0.1.0.0"
+libexecdir = "/home/joe/.cabal/libexec"
+sysconfdir = "/home/joe/.cabal/etc"
+
+getBinDir, getLibDir, getDataDir, getLibexecDir, getSysconfDir :: IO FilePath
+getBinDir = catchIO (getEnv "hmj_bindir") (\_ -> return bindir)
+getLibDir = catchIO (getEnv "hmj_libdir") (\_ -> return libdir)
+getDataDir = catchIO (getEnv "hmj_datadir") (\_ -> return datadir)
+getLibexecDir = catchIO (getEnv "hmj_libexecdir") (\_ -> return libexecdir)
+getSysconfDir = catchIO (getEnv "hmj_sysconfdir") (\_ -> return sysconfdir)
+
+getDataFileName :: FilePath -> IO FilePath
+getDataFileName name = do
+ dir <- getDataDir
+ return (dir ++ "/" ++ name)
diff --git a/dist/build/autogen/cabal_macros.h b/dist/build/autogen/cabal_macros.h
new file mode 100644
index 0000000..02c1076
--- /dev/null
+++ b/dist/build/autogen/cabal_macros.h
@@ -0,0 +1,95 @@
+/* DO NOT EDIT: This file is automatically generated by Cabal */
+
+/* package base-4.8.0.0 */
+#define VERSION_base "4.8.0.0"
+#define MIN_VERSION_base(major1,major2,minor) (\
+ (major1) < 4 || \
+ (major1) == 4 && (major2) < 8 || \
+ (major1) == 4 && (major2) == 8 && (minor) <= 0)
+
+/* tool alex-3.1.4 */
+#define TOOL_VERSION_alex "3.1.4"
+#define MIN_TOOL_VERSION_alex(major1,major2,minor) (\
+ (major1) < 3 || \
+ (major1) == 3 && (major2) < 1 || \
+ (major1) == 3 && (major2) == 1 && (minor) <= 4)
+
+/* tool cpphs-1.19.2 */
+#define TOOL_VERSION_cpphs "1.19.2"
+#define MIN_TOOL_VERSION_cpphs(major1,major2,minor) (\
+ (major1) < 1 || \
+ (major1) == 1 && (major2) < 19 || \
+ (major1) == 1 && (major2) == 19 && (minor) <= 2)
+
+/* tool gcc-5.2.0 */
+#define TOOL_VERSION_gcc "5.2.0"
+#define MIN_TOOL_VERSION_gcc(major1,major2,minor) (\
+ (major1) < 5 || \
+ (major1) == 5 && (major2) < 2 || \
+ (major1) == 5 && (major2) == 2 && (minor) <= 0)
+
+/* tool ghc-7.10.1 */
+#define TOOL_VERSION_ghc "7.10.1"
+#define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\
+ (major1) < 7 || \
+ (major1) == 7 && (major2) < 10 || \
+ (major1) == 7 && (major2) == 10 && (minor) <= 1)
+
+/* tool ghc-pkg-7.10.1 */
+#define TOOL_VERSION_ghc_pkg "7.10.1"
+#define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\
+ (major1) < 7 || \
+ (major1) == 7 && (major2) < 10 || \
+ (major1) == 7 && (major2) == 10 && (minor) <= 1)
+
+/* tool haddock-2.16.0 */
+#define TOOL_VERSION_haddock "2.16.0"
+#define MIN_TOOL_VERSION_haddock(major1,major2,minor) (\
+ (major1) < 2 || \
+ (major1) == 2 && (major2) < 16 || \
+ (major1) == 2 && (major2) == 16 && (minor) <= 0)
+
+/* tool happy-1.19.5 */
+#define TOOL_VERSION_happy "1.19.5"
+#define MIN_TOOL_VERSION_happy(major1,major2,minor) (\
+ (major1) < 1 || \
+ (major1) == 1 && (major2) < 19 || \
+ (major1) == 1 && (major2) == 19 && (minor) <= 5)
+
+/* tool hpc-0.67 */
+#define TOOL_VERSION_hpc "0.67"
+#define MIN_TOOL_VERSION_hpc(major1,major2,minor) (\
+ (major1) < 0 || \
+ (major1) == 0 && (major2) < 67 || \
+ (major1) == 0 && (major2) == 67 && (minor) <= 0)
+
+/* tool hsc2hs-0.67 */
+#define TOOL_VERSION_hsc2hs "0.67"
+#define MIN_TOOL_VERSION_hsc2hs(major1,major2,minor) (\
+ (major1) < 0 || \
+ (major1) == 0 && (major2) < 67 || \
+ (major1) == 0 && (major2) == 67 && (minor) <= 0)
+
+/* tool hscolour-1.22 */
+#define TOOL_VERSION_hscolour "1.22"
+#define MIN_TOOL_VERSION_hscolour(major1,major2,minor) (\
+ (major1) < 1 || \
+ (major1) == 1 && (major2) < 22 || \
+ (major1) == 1 && (major2) == 22 && (minor) <= 0)
+
+/* tool pkg-config-0.28 */
+#define TOOL_VERSION_pkg_config "0.28"
+#define MIN_TOOL_VERSION_pkg_config(major1,major2,minor) (\
+ (major1) < 0 || \
+ (major1) == 0 && (major2) < 28 || \
+ (major1) == 0 && (major2) == 28 && (minor) <= 0)
+
+/* tool strip-2.25 */
+#define TOOL_VERSION_strip "2.25"
+#define MIN_TOOL_VERSION_strip(major1,major2,minor) (\
+ (major1) < 2 || \
+ (major1) == 2 && (major2) < 25 || \
+ (major1) == 2 && (major2) == 25 && (minor) <= 0)
+
+#define CURRENT_PACKAGE_KEY "hmj_EJVUBKD2OSK8NwQkzGMiCB"
+
diff --git a/dist/build/hmj/hmj b/dist/build/hmj/hmj
new file mode 100755
index 0000000..2d96ba6
--- /dev/null
+++ b/dist/build/hmj/hmj
Binary files differ
diff --git a/dist/build/hmj/hmj-tmp/Main.hi b/dist/build/hmj/hmj-tmp/Main.hi
new file mode 100644
index 0000000..fb75bcd
--- /dev/null
+++ b/dist/build/hmj/hmj-tmp/Main.hi
Binary files differ
diff --git a/dist/build/hmj/hmj-tmp/Main.o b/dist/build/hmj/hmj-tmp/Main.o
new file mode 100644
index 0000000..57210f2
--- /dev/null
+++ b/dist/build/hmj/hmj-tmp/Main.o
Binary files differ