-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuseful-stack-package-libraries.txt
85 lines (70 loc) · 3.45 KB
/
useful-stack-package-libraries.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
-----------------------------------------------------------------------------------
-- Haskell packages
-- https://www.stackage.org/
--
-- Restart ghci after installing a package/library
-- Prelude> stack ghci
-----------------------------------------------------------------------------------
-- Library for reusable QuickCheck properties, particularly for standard type classes, laws and morphisms
-- https://github.com/conal/checkers
-- Prelude> stack build checkers
-----------------------------------------------------------------------------------
-- Library that makes HTTP client programming in Haskell easy
-- http://www.serpentine.com/wreq/
-- http://hackage.haskell.org/package/wreq
-- Prelude> stack build wreq
-----------------------------------------------------------------------------------
-- Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp
-- https://github.com/scotty-web/scotty/wiki/Scotty-Tutorials-&-Examples
-- https://github.com/scotty-web/scotty
-- https://hackage.haskell.org/package/scotty
-- Prelude> stack install scotty
-----------------------------------------------------------------------------------
-- Universal document converter
-- https://pandoc.org/
-- http://hackage.haskell.org/package/pandoc
-- Prelude> stack install pandoc
-----------------------------------------------------------------------------------
-- Haskell pretty printer
-- https://github.com/commercialhaskell/hindent
-- Prelude> stack install hindent
-----------------------------------------------------------------------------------
-- Raw string literals for Haskell.
-- https://github.com/23Skidoo/raw-strings-qq
-- http://hackage.haskell.org/package/raw-strings-qq
-- Prelude> stack install raw-strings-qq
-----------------------------------------------------------------------------------
-- A Testing Framework for Haskell
-- https://github.com/hspec/hspec
-- http://hspec.github.io/
-- http://hackage.haskell.org/package/hspec
-- Prelude> stack install hspec
-----------------------------------------------------------------------------------
-- A modern parser combinator library with convenient diagnostics
-- https://github.com/ekmett/trifecta/
-- https://hackage.haskell.org/package/trifecta-1.5.2
-- Prelude> stack install trifecta
-----------------------------------------------------------------------------------
-- Fast JSON parsing and encoding
-- https://github.com/bos/aeson
-- http://hackage.haskell.org/package/aeson
-- Prelude> stack install aeson
-----------------------------------------------------------------------------------
-- Robust, reliable performance measurement and analysis
-- http://www.serpentine.com/criterion
-- https://hackage.haskell.org/package/criterion
-- Prelude> stack install criterion
-----------------------------------------------------------------------------------
-- Assorted concrete container types
-- https://github.com/haskell/containers
-- https://hackage.haskell.org/package/containers
-- Prelude> stack install containers
-----------------------------------------------------------------------------------
-- Cabal: Common Architecture for Building Applications and Libraries
-- https://www.haskell.org/cabal/
-- Prelude> stack install cabal
-----------------------------------------------------------------------------------
-- PureScript - A strongly-typed functional programming language that compiles to JavaScript
-- https://github.com/purescript/purescript
-- http://www.purescript.org/
-- npm install -g purescript