summaryrefslogtreecommitdiff
path: root/dht.cabal
diff options
context:
space:
mode:
authorKristoffer Rose <krisrose@debian.org>2015-08-14 17:21:20 +0200
committerKristoffer Rose <krisrose@debian.org>2015-08-14 17:21:20 +0200
commit5b6f28634a9fddbb1cca2b51f0769313170ef210 (patch)
tree82e5aa80ce9f7d4707376a564a76f3a932c29669 /dht.cabal
parent52209c6866755e5cc6205a2bc07cb1d5232fdc6d (diff)
downloadDHG_packages-5b6f28634a9fddbb1cca2b51f0769313170ef210.tar.gz
Cleanup.
Diffstat (limited to 'dht.cabal')
-rw-r--r--dht.cabal29
1 files changed, 0 insertions, 29 deletions
diff --git a/dht.cabal b/dht.cabal
deleted file mode 100644
index 698b034a4..000000000
--- a/dht.cabal
+++ /dev/null
@@ -1,29 +0,0 @@
-name: dht
-version: 0.1
-synopsis: Debian Haskell Tools
-description:
- A set of tools, implemented in Haskell, and used by the Debian Haskell Team.
-license: MIT
--- license-file: LICENSE
-author: Joachim Breitner
-maintainer: nomeata@debian.org
-copyright: 2015 Joachim Breitner
-category: Distribution
-build-type: Simple
-cabal-version: >=1.10
-
-executable make-all
- main-is: make-all.hs
- build-depends:
- base >=4.6 && <4.8,
- containers,
- directory,
- parsec,
- text,
- shake == 0.15.*,
- extra >= 1.1,
- debian == 3.87.*,
- optparse-applicative == 0.11.*,
- split == 0.2.*
- hs-source-dirs: src
- default-language: Haskell2010