-
Notifications
You must be signed in to change notification settings - Fork 119
/
.weeder.yaml
34 lines (28 loc) · 1.16 KB
/
.weeder.yaml
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
# Weeder configuration file
# https://github.com/ndmitchell/weeder
##########################
# There are lots of internals of Shake want to test, but don't want to expose
- message: Module reused between components
# Seems to have broken with Cabal 3.0 because of module reuse
- section:
- name: "exe:shake"
- message: Weeds exported
# There are a few general modules that offer a complete interface,
# but only a subset is used by Shake
- message:
- name: Weeds exported
- module: [General.Bilist, General.Ids, General.Intern, General.TypeMap, General.EscCodes, General.ListBuilder]
- message:
- name: Redundant build-depends entry
# These packages are used on older compilers for compatibility methods
- depends: [old-time, semigroups]
# These packages are conditionally included
- depends: [file-embed, template-haskell]
# Things that are related to the 'cloud' flag
# Remove as part of https://github.com/ndmitchell/shake/issues/621
- message:
- name: Redundant build-depends entry
- depends: [network, network-uri]
- message:
- name: Weeds exported
- module: [Development.Shake.Internal.History.Bloom, Development.Shake.Internal.History.Serialise]