@@ -28,7 +28,7 @@ tested-with:
28
28
GHC == 8.8.4
29
29
GHC == 8.10.4
30
30
GHC == 9.0.1
31
-
31
+
32
32
extra-source-files :
33
33
ChangeLog.md
34
34
README.md
@@ -65,7 +65,7 @@ common ghc-flags
65
65
-Wincomplete-patterns
66
66
-Wincomplete-record-updates
67
67
-Wincomplete-uni-patterns
68
- -- -Wmissing-deriving-strategies
68
+ -- -Wmissing-deriving-strategies
69
69
-Wmissing-fields
70
70
-Wmissing-home-modules
71
71
-Wmissing-monadfail-instances
@@ -102,17 +102,17 @@ library
102
102
build-depends :
103
103
base >= 4.7 && < 5
104
104
, bimap
105
- , case-insensitive
105
+ , case-insensitive
106
106
, containers >= 0.5.8
107
107
, deepseq
108
- , dlist
108
+ , dlist
109
109
, hashable
110
110
, integer-gmp
111
111
, keys
112
112
, lens
113
113
, matrices
114
114
, megaparsec >= 8.0
115
- , monad-loops
115
+ , monad-loops
116
116
, mtl
117
117
, parser-combinators >= 1.2
118
118
, pointed
@@ -131,7 +131,7 @@ library
131
131
Alignment.Pairwise
132
132
Data.Alphabet
133
133
Data.Alphabet.IUPAC
134
- Data.BTree
134
+ Data.BTree
135
135
Data.Decoration
136
136
Data.DecTree
137
137
Data.SymbolString
@@ -172,7 +172,7 @@ library
172
172
173
173
default-language : Haskell2010
174
174
175
-
175
+
176
176
executable implied-align
177
177
178
178
import : ghc-flags
@@ -182,9 +182,6 @@ executable implied-align
182
182
hs-source-dirs :
183
183
app/implied-align
184
184
185
- ghc-options : -g
186
- -- -threaded -rtsopts -with-rtsopts=-N -g
187
-
188
185
build-depends :
189
186
efficient-implied-alignment
190
187
, ansi-wl-pprint
@@ -202,7 +199,7 @@ executable implied-align
202
199
203
200
default-language : Haskell2010
204
201
205
-
202
+
206
203
executable generate-timings
207
204
208
205
import : ghc-flags
@@ -217,22 +214,22 @@ executable generate-timings
217
214
, ansi-wl-pprint
218
215
, base >= 4.7 && < 5
219
216
, containers >= 0.5.8
220
- , Decimal
217
+ , Decimal
221
218
, deepseq
222
219
, directory
223
- , filepath
220
+ , filepath
224
221
, keys
225
222
, megaparsec >= 7.0
226
223
, optparse-applicative
227
- , process
224
+ , process
228
225
, semigroupoids
229
226
230
227
default-language : Haskell2010
231
228
232
229
other-modules :
233
230
InputParser
234
231
TimingParameters
235
-
232
+
236
233
executable newick-add-delete-taxon
237
234
238
235
import : ghc-flags
@@ -242,17 +239,14 @@ executable newick-add-delete-taxon
242
239
hs-source-dirs :
243
240
app
244
241
245
- ghc-options : -g
246
- -- -threaded -rtsopts -with-rtsopts=-N -g
247
-
248
242
build-depends :
249
243
base >= 4.7 && < 5
250
244
, keys
251
245
, split
252
246
253
247
default-language : Haskell2010
254
248
255
-
249
+
256
250
executable draw-pre-order-figure
257
251
258
252
import : ghc-flags
@@ -262,9 +256,6 @@ executable draw-pre-order-figure
262
256
hs-source-dirs :
263
257
app
264
258
265
- ghc-options : -g
266
- -- -threaded -rtsopts -with-rtsopts=-N -g
267
-
268
259
build-depends :
269
260
base >= 4.7 && < 5
270
261
, diagrams-lib
@@ -274,7 +265,7 @@ executable draw-pre-order-figure
274
265
275
266
default-language : Haskell2010
276
267
277
-
268
+
278
269
executable reduce-fasta
279
270
280
271
import : ghc-flags
@@ -290,7 +281,7 @@ executable reduce-fasta
290
281
291
282
default-language : Haskell2010
292
283
293
-
284
+
294
285
test-suite test-align
295
286
296
287
type : exitcode-stdio-1.0
0 commit comments