From 27d29076135ab9bb8903c9d64b0988c3b366844d Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sun, 22 May 2016 23:05:26 -0500 Subject: modified gitignore --- .gitignore | 21 ++++++ dist/build/autogen/Paths_hmj.hs | 35 ---------- dist/build/autogen/cabal_macros.h | 95 -------------------------- dist/build/hmj/hmj | Bin 1145032 -> 0 bytes dist/build/hmj/hmj-tmp/Main.hi | Bin 1680 -> 0 bytes dist/build/hmj/hmj-tmp/Main.o | Bin 4264 -> 0 bytes dist/package.conf.inplace/package.cache | Bin 40 -> 0 bytes dist/setup-config | Bin 53073 -> 0 bytes dist/setup-config.ghc-mod.cabal-components | Bin 1256 -> 0 bytes dist/setup-config.ghc-mod.package-options | Bin 287 -> 0 bytes dist/setup-config.ghc-mod.resolved-components | Bin 2558 -> 0 bytes 11 files changed, 21 insertions(+), 130 deletions(-) delete mode 100644 dist/build/autogen/Paths_hmj.hs delete mode 100644 dist/build/autogen/cabal_macros.h delete mode 100755 dist/build/hmj/hmj delete mode 100644 dist/build/hmj/hmj-tmp/Main.hi delete mode 100644 dist/build/hmj/hmj-tmp/Main.o delete mode 100644 dist/package.conf.inplace/package.cache delete mode 100644 dist/setup-config delete mode 100644 dist/setup-config.ghc-mod.cabal-components delete mode 100644 dist/setup-config.ghc-mod.package-options delete mode 100644 dist/setup-config.ghc-mod.resolved-components diff --git a/.gitignore b/.gitignore index a7d776d..e854a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,23 @@ # vim swap file *.swp + +# template +dist +dist-* +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +*.eventlog +.stack-work/ +cabal.project.local diff --git a/dist/build/autogen/Paths_hmj.hs b/dist/build/autogen/Paths_hmj.hs deleted file mode 100644 index 76f64cd..0000000 --- a/dist/build/autogen/Paths_hmj.hs +++ /dev/null @@ -1,35 +0,0 @@ -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.3/hmj-0.1.0.0-2JClTFhqsNQ7p2xTwE8Zcb" -datadir = "/home/joe/.cabal/share/x86_64-linux-ghc-7.10.3/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 deleted file mode 100644 index 493bf23..0000000 --- a/dist/build/autogen/cabal_macros.h +++ /dev/null @@ -1,95 +0,0 @@ -/* DO NOT EDIT: This file is automatically generated by Cabal */ - -/* package base-4.8.2.0 */ -#define VERSION_base "4.8.2.0" -#define MIN_VERSION_base(major1,major2,minor) (\ - (major1) < 4 || \ - (major1) == 4 && (major2) < 8 || \ - (major1) == 4 && (major2) == 8 && (minor) <= 2) - -/* tool alex-3.1.7 */ -#define TOOL_VERSION_alex "3.1.7" -#define MIN_TOOL_VERSION_alex(major1,major2,minor) (\ - (major1) < 3 || \ - (major1) == 3 && (major2) < 1 || \ - (major1) == 3 && (major2) == 1 && (minor) <= 7) - -/* tool cpphs-1.20.1 */ -#define TOOL_VERSION_cpphs "1.20.1" -#define MIN_TOOL_VERSION_cpphs(major1,major2,minor) (\ - (major1) < 1 || \ - (major1) == 1 && (major2) < 20 || \ - (major1) == 1 && (major2) == 20 && (minor) <= 1) - -/* tool gcc-6.1.1 */ -#define TOOL_VERSION_gcc "6.1.1" -#define MIN_TOOL_VERSION_gcc(major1,major2,minor) (\ - (major1) < 6 || \ - (major1) == 6 && (major2) < 1 || \ - (major1) == 6 && (major2) == 1 && (minor) <= 1) - -/* tool ghc-7.10.3 */ -#define TOOL_VERSION_ghc "7.10.3" -#define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\ - (major1) < 7 || \ - (major1) == 7 && (major2) < 10 || \ - (major1) == 7 && (major2) == 10 && (minor) <= 3) - -/* tool ghc-pkg-7.10.3 */ -#define TOOL_VERSION_ghc_pkg "7.10.3" -#define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\ - (major1) < 7 || \ - (major1) == 7 && (major2) < 10 || \ - (major1) == 7 && (major2) == 10 && (minor) <= 3) - -/* tool haddock-2.16.1 */ -#define TOOL_VERSION_haddock "2.16.1" -#define MIN_TOOL_VERSION_haddock(major1,major2,minor) (\ - (major1) < 2 || \ - (major1) == 2 && (major2) < 16 || \ - (major1) == 2 && (major2) == 16 && (minor) <= 1) - -/* 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.24 */ -#define TOOL_VERSION_hscolour "1.24" -#define MIN_TOOL_VERSION_hscolour(major1,major2,minor) (\ - (major1) < 1 || \ - (major1) == 1 && (major2) < 24 || \ - (major1) == 1 && (major2) == 24 && (minor) <= 0) - -/* tool pkg-config-0.29.1 */ -#define TOOL_VERSION_pkg_config "0.29.1" -#define MIN_TOOL_VERSION_pkg_config(major1,major2,minor) (\ - (major1) < 0 || \ - (major1) == 0 && (major2) < 29 || \ - (major1) == 0 && (major2) == 29 && (minor) <= 1) - -/* tool strip-2.26 */ -#define TOOL_VERSION_strip "2.26" -#define MIN_TOOL_VERSION_strip(major1,major2,minor) (\ - (major1) < 2 || \ - (major1) == 2 && (major2) < 26 || \ - (major1) == 2 && (major2) == 26 && (minor) <= 0) - -#define CURRENT_PACKAGE_KEY "hmj_2JClTFhqsNQ7p2xTwE8Zcb" - diff --git a/dist/build/hmj/hmj b/dist/build/hmj/hmj deleted file mode 100755 index 2d96ba6..0000000 Binary files a/dist/build/hmj/hmj and /dev/null differ diff --git a/dist/build/hmj/hmj-tmp/Main.hi b/dist/build/hmj/hmj-tmp/Main.hi deleted file mode 100644 index fb75bcd..0000000 Binary files a/dist/build/hmj/hmj-tmp/Main.hi and /dev/null differ diff --git a/dist/build/hmj/hmj-tmp/Main.o b/dist/build/hmj/hmj-tmp/Main.o deleted file mode 100644 index 57210f2..0000000 Binary files a/dist/build/hmj/hmj-tmp/Main.o and /dev/null differ diff --git a/dist/package.conf.inplace/package.cache b/dist/package.conf.inplace/package.cache deleted file mode 100644 index b3cae5c..0000000 Binary files a/dist/package.conf.inplace/package.cache and /dev/null differ diff --git a/dist/setup-config b/dist/setup-config deleted file mode 100644 index 07fa2cb..0000000 Binary files a/dist/setup-config and /dev/null differ diff --git a/dist/setup-config.ghc-mod.cabal-components b/dist/setup-config.ghc-mod.cabal-components deleted file mode 100644 index 3a26b8a..0000000 Binary files a/dist/setup-config.ghc-mod.cabal-components and /dev/null differ diff --git a/dist/setup-config.ghc-mod.package-options b/dist/setup-config.ghc-mod.package-options deleted file mode 100644 index 2dbfa69..0000000 Binary files a/dist/setup-config.ghc-mod.package-options and /dev/null differ diff --git a/dist/setup-config.ghc-mod.resolved-components b/dist/setup-config.ghc-mod.resolved-components deleted file mode 100644 index 615c1d1..0000000 Binary files a/dist/setup-config.ghc-mod.resolved-components and /dev/null differ -- cgit v1.2.3-70-g09d2