diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-01-17 11:26:48 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-30 14:12:24 -0500 |
commit | 55ef3bdc28681a22ceccf207707c49229f9b7559 (patch) | |
tree | d2cc7ebbd4796df1de120fbec8284c55a661a9ce /.gitignore | |
parent | 621d8cf7fe0bbfa8893dc739120c7f3b12a6f472 (diff) | |
download | haskell-55ef3bdc28681a22ceccf207707c49229f9b7559.tar.gz |
hadrian: Introduce ghci-wrapper package
This wraps the existing GHCi wrapper script (driver/ghci/ghci.c) in a
cabal file and adds the package to Hadrian.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a2fd6823e0..1d296980e5 100644 --- a/.gitignore +++ b/.gitignore @@ -126,6 +126,12 @@ _darcs/ /driver/ghci/ghc-pkg-inplace /driver/ghci/ghci-inplace /driver/ghci/ghci.res +/driver/ghci/cwrapper.c +/driver/ghci/cwrapper.h +/driver/ghci/getLocation.c +/driver/ghci/getLocation.h +/driver/ghci/isMinTTY.c +/driver/ghci/isMinTTY.h /driver/package.conf /driver/package.conf.inplace.old /settings |