diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2019-10-15 15:10:03 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-16 07:06:58 -0400 |
commit | 798037a1f6823c72e3ba59ed726d0ff74d0245e8 (patch) | |
tree | 5baf9d27db867e88bbef391e42bf4e2f92ab8b5a | |
parent | 6ede355422086b1430c8dff9ad0702b8e96173fe (diff) | |
download | haskell-798037a1f6823c72e3ba59ed726d0ff74d0245e8.tar.gz |
Delete ghctags cabal file
It came back to life in 381c3ae31b68019177f1cd20cb4da2f9d3b7d6c6 by
mistake.
-rw-r--r-- | utils/ghctags/ghctags.cabal | 23 |
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 - |