-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal.project.local.mtl23
74 lines (56 loc) · 2.05 KB
/
cabal.project.local.mtl23
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
-- Andreas, 2022-02-23, configuration to build with mtl-2.3-rc3
-- Invocation:
-- $ ln -s cabal.project.local.mtl23 cabal.project.local
-- $ cabal build --builddir dist-mtl23 -f +enable-cluster-counting
flags: +enable-cluster-counting
constraints: text-icu == 0.8.*
-- =====================================================================
-- Released versions needed to test mtl-2.3-rc3
-- =====================================================================
-- transformers
------------------------------------------------------------------------
constraints: transformers == 0.6.*
allow-newer: *:transformers
-- equivalence
------------------------------------------------------------------------
constraints: equivalence == 0.4
allow-newer: *:equivalence
-- =====================================================================
-- Unreleased versions needed to test mtl-2.3-rc3
-- =====================================================================
-- mtl
------------------------------------------------------------------------
source-repository-package
type: git
location: https://github.com/haskell/mtl.git
tag: v2.3-rc3
constraints: mtl == 2.3.*
allow-newer: *:mtl
-- happy
------------------------------------------------------------------------
source-repository-package
type: git
location: [email protected]:simonmar/happy.git
subdir: .
subdir: packages/backend-glr
subdir: packages/backend-lalr
subdir: packages/codegen-common
subdir: packages/frontend
subdir: packages/grammar
subdir: packages/tabular
constraints: happy == 1.21.*
allow-newer: *:happy
-- exceptions
------------------------------------------------------------------------
source-repository-package
type: git
location: [email protected]:ekmett/exceptions
tag: 28b9b49a51deb7c1343e003dafb4c69ef79f2e8b
-- random
------------------------------------------------------------------------
source-repository-package
type: git
location: https://github.com/haskell/random.git
tag: 5ecc8935994159c6d39088233a0887714aacaf5e
constraints: random == 1.3.*
allow-newer: *:random