diff options
Diffstat (limited to 'utils/ghc-pwd/ghc-pwd.cabal')
-rw-r--r-- | utils/ghc-pwd/ghc-pwd.cabal | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/utils/ghc-pwd/ghc-pwd.cabal b/utils/ghc-pwd/ghc-pwd.cabal deleted file mode 100644 index dcd9529d3c..0000000000 --- a/utils/ghc-pwd/ghc-pwd.cabal +++ /dev/null @@ -1,19 +0,0 @@ -Name: ghc-pwd -Version: 0.1 -Copyright: XXX -License: BSD3 --- XXX License-File: LICENSE --- XXX Author: --- XXX Maintainer: -Synopsis: XXX -Description: - XXX -build-type: Simple -cabal-version: >=1.10 - -Executable ghc-pwd - Default-Language: Haskell2010 - Main-Is: Main.hs - Build-Depends: base >= 3 && < 5, - directory >= 1 && < 1.3 - |