From fe330fbe0c6f085ed14c605ae89b04d552b3a9ab Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 8 Jan 2018 06:55:50 -0800 Subject: [PATCH] List of libraries --- .../whirlwind-tour-core-haskell-libraries.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/reveal/whirlwind-tour-core-haskell-libraries.md b/reveal/whirlwind-tour-core-haskell-libraries.md index 4ebb0c0..4fb8ae5 100644 --- a/reveal/whirlwind-tour-core-haskell-libraries.md +++ b/reveal/whirlwind-tour-core-haskell-libraries.md @@ -88,6 +88,26 @@ title: Whirlwind Tour of Core Haskell Libraries Doesn't cover all needs, but most real programs will need almost all of these. +---- + +## Libraries + +- base +- bytestring +- containers +- deepseq +- directory +- filepath +- hashable +- microlens +- mtl +- text +- time +- typed-process +- unliftio +- unordered-containers +- vector + --- ## Data structures