-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal-bounds-upper.project
57 lines (40 loc) · 1.4 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
packages: ./bm.cabal
with-compiler: ghc-9.6.2
constraints:
-- https://hackage.haskell.org/package/aeson
, aeson == 2.1.2.1
-- https://hackage.haskell.org/package/base
-- GHC boot library
, base == 4.18.0.0
-- https://hackage.haskell.org/package/directory
-- GHC boot library
, directory == 1.3.8.1
-- https://hackage.haskell.org/package/dlist
, dlist == 1.0
-- https://hackage.haskell.org/package/filepath
-- GHC boot library
, filepath == 1.4.100.1
-- https://hackage.haskell.org/package/network-uri
, network-uri == 2.6.4.2
-- https://hackage.haskell.org/package/optparse-applicative
, optparse-applicative == 0.18.0.0
-- https://hackage.haskell.org/package/prettyprinter
, prettyprinter == 1.7.1
-- https://hackage.haskell.org/package/scientific
, scientific == 0.3.7.0
-- https://hackage.haskell.org/package/tasty
, tasty == 1.4.3
-- https://hackage.haskell.org/package/tasty-hunit
, tasty-hunit == 0.10.0.3
-- https://hackage.haskell.org/package/text
-- GHC boot library
, text == 2.0.2
-- https://hackage.haskell.org/package/transformers
-- GHC boot library
, transformers == 0.6.1.0
-- https://hackage.haskell.org/package/typed-process
, typed-process == 0.2.11.0
-- https://hackage.haskell.org/package/vector
, vector == 0.13.0.0
-- https://hackage.haskell.org/package/yaml
, yaml == 0.11.11.0