From 172f54474f3e92ad4df5c193a8605d4333da33e1 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 2 Aug 2023 14:38:45 +1000 Subject: initial fastq streaming --- package.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.yaml (limited to 'package.yaml') 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 -- cgit v1.2.3