summaryrefslogtreecommitdiff
path: root/package.yaml
blob: 033ece33ce9918fa8493a3aa1bd77ab0075187eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: dedumi

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

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

tests:
  tests:
    main: test.hs
    dependencies:
      - QuickCheck
    other-modules:
      - Data.FastQ