summaryrefslogtreecommitdiff
path: root/package.yaml
blob: bf95141f4d1b23cc0a9cace617d4ee64c0762cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: dedumi

dependencies:
  - base
  - fusion-plugin
  - streaming-commons
  - cuckoo
  - microlens-th
  - microlens
  - bytestring
  - streamly-bytestring
  - streamly-core
  - ghc-prim

executables:
  dedumi:
    main: dedumi.hs
    ghc-options: [-O2, -fdicts-strict, -fspec-constr-recursive=16, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing]
    other-modules:
      - Data.FastQ