List of libraries

This commit is contained in:
Michael Snoyman 2018-01-08 06:55:50 -08:00
parent 496cdc0c13
commit fe330fbe0c
No known key found for this signature in database
GPG key ID: A048E8C057E86876

View file

@ -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