summaryrefslogtreecommitdiff
path: root/package.yaml
blob: 515b9ffda4540e835d203a2b4fff0dc8b6d09eda (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
30
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
      - temporary
    other-modules:
      - Data.FastQ