diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-04-16 08:03:27 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2019-05-13 16:10:07 -0700 |
commit | 7068bb1054cd52604da4d3c9b02f20662a8344d2 (patch) | |
tree | 5052b41fbd0c85e416cd8ebc9b9325c1286e39ed /haddock-library/.ghci | |
parent | 1126fe196fd0d5a2ad73e965982d6c75a2df0279 (diff) |
Remove outdated `.ghci` files and `scripts`
The `.ghci` files are actively annoying when trying to `cabal v2-repl`.
As for the `scripts`, the distribution workflow is completely different.
Diffstat (limited to 'haddock-library/.ghci')
-rw-r--r-- | haddock-library/.ghci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/haddock-library/.ghci b/haddock-library/.ghci deleted file mode 100644 index 78950a5b..00000000 --- a/haddock-library/.ghci +++ /dev/null @@ -1 +0,0 @@ -:set -isrc -ivendor/attoparsec-0.12.1.1 -itest -idist/build -idist/build/autogen -optP-include -optPdist/build/autogen/cabal_macros.h |