-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal-bounds-upper.project
89 lines (67 loc) · 2.25 KB
/
cabal-bounds-upper.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
packages: ./redact.cabal
with-compiler: ghc-9.10.1
constraints:
-- https://hackage.haskell.org/package/ansi-terminal
ansi-terminal == 1.1.2
-- https://hackage.haskell.org/package/array
-- GHC boot library
-- vendored dependency
, array == 0.5.7.0
-- https://hackage.haskell.org/package/base
-- GHC boot library
, base == 4.20.0.0
-- https://hackage.haskell.org/package/constraints
-- vendored dependency
, constraints == 0.14.2
-- https://hackage.haskell.org/package/containers
-- GHC boot library
-- vendored dependency
, containers == 0.7
-- https://hackage.haskell.org/package/data-default
-- vendored dependency
, data-default == 0.8.0.0
-- https://hackage.haskell.org/package/directory
-- GHC boot library
, directory == 1.3.8.3
-- https://hackage.haskell.org/package/exceptions
-- GHC boot library
-- vendored dependency
, exceptions == 0.10.7
-- https://hackage.haskell.org/package/extra
-- vendored dependency
, extra == 1.8
-- https://hackage.haskell.org/package/monad-control
-- vendored dependency
, monad-control == 1.0.3.1
-- https://hackage.haskell.org/package/mtl
-- GHC boot library
-- vendored dependency
, mtl == 2.3.1
-- https://hackage.haskell.org/package/optparse-applicative
, optparse-applicative == 0.18.1.0
-- https://hackage.haskell.org/package/prettyprinter
, prettyprinter == 1.7.1
-- https://hackage.haskell.org/package/stm
-- GHC boot library
-- vendored dependency
, stm == 2.5.3.1
-- https://hackage.haskell.org/package/syb
-- vendored dependency
, syb == 0.7.2.4
-- https://hackage.haskell.org/package/tasty
, tasty == 1.5.2
-- https://hackage.haskell.org/package/tasty-hunit
, tasty-hunit == 0.10.2
-- https://hackage.haskell.org/package/template-haskell
-- GHC boot library
-- vendored dependency
, template-haskell == 2.22.0.0
-- https://hackage.haskell.org/package/text
-- (GHC boot library from GHC 8.4)
, text == 2.1.1
-- https://hackage.haskell.org/package/transformers-base
-- vendored dependency
, transformers-base == 0.4.6
-- https://hackage.haskell.org/package/unliftio
-- vendored dependency
, unliftio == 0.2.25.0