blob: 4996d835b5300e4cfb0454dd479bff335bbc2cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
name: dedumi
dependencies:
- base
- fusion-plugin
- zlib
- cuckoo
- microlens-th
- microlens
- bytestring
- streamly-bytestring
- streamly
- streamly-core
- streamly-archive
executables:
dedumi:
main: dedumi.hs
ghc-options: [-O2, -fspec-constr-recursive=10, -fmax-worker-args=16, -fplugin=Fusion.Plugin]
other-modules:
- Data.FastQ
|