summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2021-10-11 21:17:10 +0530
committerZubin Duggal <zubin.duggal@gmail.com>2021-10-12 14:54:34 +0530
commit872821dee10c982c0efc643d3cb602b8738e03d4 (patch)
treee0a602539eecdbe815f21b8985e2773fadb7a3a3
parentc200ef3c811f64f1fb6f2308857da3a081bd0ff9 (diff)
downloadhaskell-wip/9.0.2-backports-2.tar.gz
Revert "Rectify the haddock markup surrounding symbols for foldl' and foldMap'"wip/9.0.2-backports-2
This reverts commit 0c1bab7729a21df644f415fedb03013ba08b3f85.
-rw-r--r--driver/ghci/ghci-wrapper.cabal29
1 files changed, 0 insertions, 29 deletions
diff --git a/driver/ghci/ghci-wrapper.cabal b/driver/ghci/ghci-wrapper.cabal
deleted file mode 100644
index dbe9eb6b82..0000000000
--- a/driver/ghci/ghci-wrapper.cabal
+++ /dev/null
@@ -1,29 +0,0 @@
--- WARNING: ghci-wrapper.cabal is automatically generated from ghci-wrapper.cabal.in by
--- ./configure. Make sure you are editing ghci-wrapper.cabal.in, not ghci-wrapper.cabal.
-
-Name: ghci-wrapper
-Version: 9.3.20210513
-Copyright: XXX
-License: BSD3
--- XXX License-File: LICENSE
-Author: XXX
-Maintainer: XXX
-Synopsis: A wrapper around GHCi allowing convenient execution of scripts
-Description:
- @ghci@ is a small wrapper program around GHC used on Windows
- to ensure that console setup is performed correctly.
-Category: Development
-build-type: Simple
-cabal-version: >=1.10
-
-Executable ghci
- Default-Language: Haskell2010
- Main-Is: ghci.c
- -- This is only used on Windows.
- if !os(windows)
- buildable: False
- Include-Dirs: ../utils
- C-Sources:
- ghci.c
- -- the following get copied from ../utils by hadrian
- getLocation.c isMinTTY.c cwrapper.c