From d814e4da1720f01725caa1e82a1ffff7a675720d Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 19 Mar 2024 16:03:38 +1100 Subject: fix sloppy fastq parsing Previously chunked on @, which prevented it being used in quality scores --- package.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 033ece3..515b9ff 100644 --- a/package.yaml +++ b/package.yaml @@ -25,5 +25,6 @@ tests: main: test.hs dependencies: - QuickCheck + - temporary other-modules: - Data.FastQ -- cgit v1.2.3