-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal-bounds-upper.project
69 lines (48 loc) · 1.71 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
packages: ./lsupg.cabal
with-compiler: ghc-9.8.2
constraints:
aeson -ordered-keymap
-- https://hackage.haskell.org/package/aeson
, aeson == 2.2.1.0
-- https://hackage.haskell.org/package/attoparsec
, attoparsec == 0.14.4
-- https://hackage.haskell.org/package/base
-- GHC boot library
, base == 4.19.1.0
-- https://hackage.haskell.org/package/bytestring
-- GHC boot library
, bytestring == 0.12.1.0
-- https://hackage.haskell.org/package/cassava
, cassava == 0.5.3.0
-- https://hackage.haskell.org/package/directory
-- GHC boot library
, directory == 1.3.8.1
-- https://hackage.haskell.org/package/hashable
, hashable == 1.4.4.0
-- 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/tasty
, tasty == 1.5
-- https://hackage.haskell.org/package/tasty-hunit
, tasty-hunit == 0.10.1
-- https://hackage.haskell.org/package/template-haskell
-- GHC boot library
, template-haskell == 2.21.0.0
-- https://hackage.haskell.org/package/text
-- GHC boot library
, text == 2.1.1
-- https://hackage.haskell.org/package/transformers
-- GHC boot library
, transformers == 0.6.1.0
-- https://hackage.haskell.org/package/ttc
, ttc == 1.4.0.0
-- https://hackage.haskell.org/package/typed-process
, typed-process == 0.2.11.1
-- https://hackage.haskell.org/package/unordered-containers
, unordered-containers == 0.2.20
-- https://hackage.haskell.org/package/vector
, vector == 0.13.1.0
-- https://hackage.haskell.org/package/yaml
, yaml == 0.11.11.2