summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/ghctags/ghctags.cabal23
1 files changed, 0 insertions, 23 deletions
diff --git a/utils/ghctags/ghctags.cabal b/utils/ghctags/ghctags.cabal
deleted file mode 100644
index c315b8b50b..0000000000
--- a/utils/ghctags/ghctags.cabal
+++ /dev/null
@@ -1,23 +0,0 @@
-Name: ghctags
-Version: 0.1
-Copyright: XXX
-License: BSD3
--- XXX License-File: LICENSE
-Author: XXX
-Maintainer: XXX
-Synopsis: A simple generator of vi- and emacs-compatible TAGS files.
-Description: XXX
-Category: Development
-build-type: Simple
-cabal-version: >=1.10
-
-Executable ghctags
- Default-Language: Haskell2010
-
- Main-Is: Main.hs
-
- Build-Depends: base >= 4 && < 5,
- containers,
- Cabal >= 3.0 && <3.1,
- ghc
-