-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal-bounds-lower.project
57 lines (40 loc) · 1.4 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
packages: ./bm.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/base
-- GHC boot library
, base == 4.12.0.0
-- https://hackage.haskell.org/package/directory
-- GHC boot library
, directory == 1.3.3.0
-- https://hackage.haskell.org/package/dlist
, dlist == 0.8.0.4
-- https://hackage.haskell.org/package/filepath
-- GHC boot library
, filepath == 1.4.2.1
-- https://hackage.haskell.org/package/network-uri
, network-uri == 2.6.2.0
-- https://hackage.haskell.org/package/optparse-applicative
, optparse-applicative == 0.14.0.0
-- https://hackage.haskell.org/package/scientific
, scientific == 0.3.6.2
-- 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/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/typed-process
, typed-process == 0.2.6.0
-- https://hackage.haskell.org/package/vector
, vector == 0.12.0.1
-- https://hackage.haskell.org/package/yaml
, yaml == 0.11.2.0