-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcabal-bounds-upper.project
More file actions
63 lines (45 loc) · 1.54 KB
/
cabal-bounds-upper.project
File metadata and controls
63 lines (45 loc) · 1.54 KB
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
packages: ./queue-sheet.cabal
with-compiler: ghc-9.10.1
constraints:
-- https://hackage.haskell.org/package/aeson
aeson == 2.2.3.0
, aeson +ordered-keymap
-- https://hackage.haskell.org/package/base
-- GHC boot library
, base == 4.20.0.0
-- https://hackage.haskell.org/package/bytestring
-- GHC boot library
, bytestring == 0.12.1.0
-- https://hackage.haskell.org/package/directory
-- GHC boot library
, directory == 1.3.8.3
-- https://hackage.haskell.org/package/filepath
-- GHC boot library
, filepath == 1.5.2.0
-- https://hackage.haskell.org/package/ginger
, ginger == 0.10.5.2
-- 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/process
-- GHC boot library
, process == 1.6.19.0
-- https://hackage.haskell.org/package/scientific
, scientific == 0.3.8.0
-- 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/text
-- GHC boot library
, text == 2.1.1
-- https://hackage.haskell.org/package/transformers
-- GHC boot library
, transformers == 0.6.1.1
-- https://hackage.haskell.org/package/ttc
, ttc == 1.5.0.0
-- https://hackage.haskell.org/package/vector
, vector == 0.13.2.0
-- https://hackage.haskell.org/package/yaml
, yaml == 0.11.11.2