summaryrefslogtreecommitdiff
path: root/dht.cabal
blob: 698b034a40002feb6ec17074b424a4a6705ca66f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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