-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathweeder.cabal
65 lines (62 loc) · 1.62 KB
/
weeder.cabal
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
cabal-version: >= 1.18
build-type: Simple
name: weeder
version: 1.0.9
license: BSD3
license-file: LICENSE
category: Development
author: Neil Mitchell <[email protected]>
maintainer: Neil Mitchell <[email protected]>
copyright: Neil Mitchell 2017-2020
synopsis: Detect dead code
description:
Find redundant package dependencies or redundant module exports.
homepage: https://github.com/ndmitchell/weeder#readme
bug-reports: https://github.com/ndmitchell/weeder/issues
extra-doc-files:
README.md
CHANGES.txt
tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
source-repository head
type: git
location: https://github.com/ndmitchell/weeder.git
library
default-language: Haskell2010
hs-source-dirs: src
if impl(ghc < 8.0)
build-depends: semigroups >= 0.18
build-depends:
base >= 4.6 && < 5,
text,
unordered-containers,
yaml,
vector,
hashable,
directory,
deepseq,
filepath,
cmdargs,
yaml >= 0.5.0,
aeson >= 1.1.2.0,
bytestring,
foundation >= 0.0.13,
process >= 1.2.3.0,
extra >= 1.6.4
exposed-modules:
Weeder
other-modules:
Cabal
Hi
Stack
Util
Check
Warning
CmdLine
Str
Paths_weeder
executable weeder
default-language: Haskell2010
main-is: src/Main.hs
build-depends:
base,
weeder