diff options
author | Justin Bedo <cu@cua0.org> | 2023-08-02 14:38:45 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-08-02 14:38:45 +1000 |
commit | 172f54474f3e92ad4df5c193a8605d4333da33e1 (patch) | |
tree | b034412aab396b5865f4c80aface622b1919ccef /package.yaml |
initial fastq streaming
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml new file mode 100644 index 0000000..b0752ee --- /dev/null +++ b/package.yaml @@ -0,0 +1,15 @@ +name: dedumi + +dependencies: + - base + - zlib + - microlens-platform + - bytestring + - streamly-bytestring + - streamly + - streamly-core + - streamly-archive + +executables: + dedumi: + main: dedumi.hs |