From 2c36c1369e1d868a0539ef3bd0200f6c6ca84415 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Fri, 2 Aug 2019 02:58:29 +0530 Subject: [PATCH] Add prfolds/split/text packages, reorg pkg list --- credits/README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/credits/README.md b/credits/README.md index e6ef4610e..bfab87b7d 100644 --- a/credits/README.md +++ b/credits/README.md @@ -21,14 +21,21 @@ Some (among many others) of the Haskell packages that we looked at and might have taken some ideas or inspiration from include: * http://hackage.haskell.org/package/base -* http://hackage.haskell.org/package/vector -* http://hackage.haskell.org/package/machines -* http://hackage.haskell.org/package/streaming + * https://hackage.haskell.org/package/logict -* https://hackage.haskell.org/package/foldl -* http://hackage.haskell.org/package/bytestring -* http://hackage.haskell.org/package/transient * https://hackage.haskell.org/package/list-transformer +* http://hackage.haskell.org/package/transient + +* http://hackage.haskell.org/package/streaming +* http://hackage.haskell.org/package/machines * https://hackage.haskell.org/package/simple-conduit * http://hackage.haskell.org/package/pipes * http://hackage.haskell.org/package/conduit + +* http://hackage.haskell.org/package/vector +* http://hackage.haskell.org/package/bytestring +* http://hackage.haskell.org/package/text + +* http://hackage.haskell.org/package/split +* https://hackage.haskell.org/package/foldl +* https://github.com/effectfully/prefolds