Skip to content

Commit a7f7f2e

Browse files
Cleaning up cabal file
1 parent d530dd3 commit a7f7f2e

File tree

1 file changed

+15
-24
lines changed

1 file changed

+15
-24
lines changed

efficient-implied-alignment.cabal

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tested-with:
2828
GHC == 8.8.4
2929
GHC == 8.10.4
3030
GHC == 9.0.1
31-
31+
3232
extra-source-files:
3333
ChangeLog.md
3434
README.md
@@ -65,7 +65,7 @@ common ghc-flags
6565
-Wincomplete-patterns
6666
-Wincomplete-record-updates
6767
-Wincomplete-uni-patterns
68-
-- -Wmissing-deriving-strategies
68+
-- -Wmissing-deriving-strategies
6969
-Wmissing-fields
7070
-Wmissing-home-modules
7171
-Wmissing-monadfail-instances
@@ -102,17 +102,17 @@ library
102102
build-depends:
103103
base >=4.7 && <5
104104
, bimap
105-
, case-insensitive
105+
, case-insensitive
106106
, containers >=0.5.8
107107
, deepseq
108-
, dlist
108+
, dlist
109109
, hashable
110110
, integer-gmp
111111
, keys
112112
, lens
113113
, matrices
114114
, megaparsec >=8.0
115-
, monad-loops
115+
, monad-loops
116116
, mtl
117117
, parser-combinators >=1.2
118118
, pointed
@@ -131,7 +131,7 @@ library
131131
Alignment.Pairwise
132132
Data.Alphabet
133133
Data.Alphabet.IUPAC
134-
Data.BTree
134+
Data.BTree
135135
Data.Decoration
136136
Data.DecTree
137137
Data.SymbolString
@@ -172,7 +172,7 @@ library
172172

173173
default-language: Haskell2010
174174

175-
175+
176176
executable implied-align
177177

178178
import: ghc-flags
@@ -182,9 +182,6 @@ executable implied-align
182182
hs-source-dirs:
183183
app/implied-align
184184

185-
ghc-options: -g
186-
-- -threaded -rtsopts -with-rtsopts=-N -g
187-
188185
build-depends:
189186
efficient-implied-alignment
190187
, ansi-wl-pprint
@@ -202,7 +199,7 @@ executable implied-align
202199

203200
default-language: Haskell2010
204201

205-
202+
206203
executable generate-timings
207204

208205
import: ghc-flags
@@ -217,22 +214,22 @@ executable generate-timings
217214
, ansi-wl-pprint
218215
, base >=4.7 && <5
219216
, containers >=0.5.8
220-
, Decimal
217+
, Decimal
221218
, deepseq
222219
, directory
223-
, filepath
220+
, filepath
224221
, keys
225222
, megaparsec >=7.0
226223
, optparse-applicative
227-
, process
224+
, process
228225
, semigroupoids
229226

230227
default-language: Haskell2010
231228

232229
other-modules:
233230
InputParser
234231
TimingParameters
235-
232+
236233
executable newick-add-delete-taxon
237234

238235
import: ghc-flags
@@ -242,17 +239,14 @@ executable newick-add-delete-taxon
242239
hs-source-dirs:
243240
app
244241

245-
ghc-options: -g
246-
-- -threaded -rtsopts -with-rtsopts=-N -g
247-
248242
build-depends:
249243
base >=4.7 && <5
250244
, keys
251245
, split
252246

253247
default-language: Haskell2010
254248

255-
249+
256250
executable draw-pre-order-figure
257251

258252
import: ghc-flags
@@ -262,9 +256,6 @@ executable draw-pre-order-figure
262256
hs-source-dirs:
263257
app
264258

265-
ghc-options: -g
266-
-- -threaded -rtsopts -with-rtsopts=-N -g
267-
268259
build-depends:
269260
base >=4.7 && <5
270261
, diagrams-lib
@@ -274,7 +265,7 @@ executable draw-pre-order-figure
274265

275266
default-language: Haskell2010
276267

277-
268+
278269
executable reduce-fasta
279270

280271
import: ghc-flags
@@ -290,7 +281,7 @@ executable reduce-fasta
290281

291282
default-language: Haskell2010
292283

293-
284+
294285
test-suite test-align
295286

296287
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)