From a4f498b23c11f9c1ebdb695f814f2cf5a9b3a267 Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sat, 7 May 2022 16:22:03 -0400 Subject: [PATCH] Haskell implementation synced with the spec --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de0c541..7f133afd 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ either, as this "reference implementation" tries to be as easy to read as possib - https://github.com/JohannesFriedrich/qoi4R (R) - https://github.com/shraiwi/mini-qoi (C, streaming decoder) - https://github.com/10maurycy10/libqoi/ (Rust) +- https://github.com/0xd34df00d/hsqoi (Haskell) ## QOI Support in Other Software @@ -129,5 +130,3 @@ These implementations are based on the pre-release version of QOI. Resulting fil - https://github.com/ChevyRay/qoi_rs (Rust) - https://github.com/panzi/jsqoi (TypeScript) -- https://github.com/0xd34df00d/hsqoi (Haskell) -