Skip to content

Commit dd915f4

Browse files
.cabal: more cleanups
1 parent ccab5b7 commit dd915f4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

notmuch.cabal

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ executable hs-notmuch-files
9898
if !flag(demos)
9999
buildable: False
100100
hs-source-dirs: tools
101-
ghc-options: -Wall
102101
main-is: Files.hs
103102
build-depends:
104103
, notmuch
@@ -108,7 +107,6 @@ executable hs-notmuch-tag-message
108107
if !flag(demos)
109108
buildable: False
110109
hs-source-dirs: tools
111-
ghc-options: -Wall
112110
main-is: TagMessage.hs
113111
build-depends:
114112
, bytestring
@@ -119,10 +117,8 @@ executable hs-notmuch-tag-count
119117
if !flag(demos)
120118
buildable: False
121119
hs-source-dirs: tools
122-
ghc-options: -Wall
123120
main-is: TagCount.hs
124121
build-depends:
125-
, bytestring
126122
, containers
127123
, notmuch
128124

@@ -131,18 +127,15 @@ executable hs-notmuch-tag-set
131127
if !flag(demos)
132128
buildable: False
133129
hs-source-dirs: tools
134-
ghc-options: -Wall
135130
main-is: TagSet.hs
136131
build-depends:
137-
, bytestring
138132
, notmuch
139133

140134
executable hs-notmuch-index-file
141135
import: common
142136
if !flag(demos)
143137
buildable: False
144138
hs-source-dirs: tools
145-
ghc-options: -Wall
146139
main-is: IndexFile.hs
147140
build-depends:
148141
, notmuch

0 commit comments

Comments
 (0)