-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal-bounds-lower.project
67 lines (47 loc) · 1.69 KB
/
cabal-bounds-lower.project
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
packages: ./lsupg.cabal
with-compiler: ghc-8.6.5
constraints:
-- https://hackage.haskell.org/package/aeson
, aeson == 1.4.6.0
-- https://hackage.haskell.org/package/ansi-wl-pprint
, ansi-wl-pprint == 0.6.8
-- https://hackage.haskell.org/package/attoparsec
, attoparsec == 0.13.2.3
-- https://hackage.haskell.org/package/base
-- GHC boot library
, base == 4.12.0.0
-- https://hackage.haskell.org/package/bytestring
-- GHC boot library
, bytestring == 0.10.8.2
-- https://hackage.haskell.org/package/cassava
, cassava == 0.5.2.0
-- https://hackage.haskell.org/package/directory
-- GHC boot library
, directory == 1.3.3.0
-- https://hackage.haskell.org/package/hashable
, hashable == 1.2.7.0
-- https://hackage.haskell.org/package/optparse-applicative
, optparse-applicative == 0.14.0.0
-- https://hackage.haskell.org/package/tasty
, tasty == 1.2
-- https://hackage.haskell.org/package/tasty-hunit
, tasty-hunit == 0.9
-- https://hackage.haskell.org/package/template-haskell
-- GHC boot library
, template-haskell == 2.14.0.0
-- https://hackage.haskell.org/package/text
-- GHC boot library
, text == 1.2.3.1
-- https://hackage.haskell.org/package/transformers
-- GHC boot library
, transformers == 0.5.6.2
-- https://hackage.haskell.org/package/ttc
, ttc == 1.1.0.0
-- https://hackage.haskell.org/package/typed-process
, typed-process == 0.2.6.0
-- https://hackage.haskell.org/package/unordered-containers
, unordered-containers == 0.2.10.0
-- https://hackage.haskell.org/package/vector
, vector == 0.12.0.1
-- https://hackage.haskell.org/package/yaml
, yaml == 0.11.2.0