-
Notifications
You must be signed in to change notification settings - Fork 726
Expand file tree
/
Copy pathcabal.release.project
More file actions
32 lines (26 loc) · 905 Bytes
/
cabal.release.project
File metadata and controls
32 lines (26 loc) · 905 Bytes
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
import: project-cabal/constraints.config
import: project-cabal/pkgs/cabal.config
import: project-cabal/pkgs/install.config
import: project-cabal/pkgs/tests.config
index-state: hackage.haskell.org 2025-06-27T20:43:14Z
-- never include this or its TH dependency in a release!
package cabal-install
flags: -git-rev -lukko
package Cabal
flags: -git-rev
constraints:
-- don't use `-march=native` (for portability)
hashable -arch-native,
-- fixes unicode issues
tar >= 0.6.2.0,
-- https://github.com/haskell/directory/issues/170
directory >= 1.3.8.3,
-- avoid deprecated versions
filepath == 1.4.101.0 || == 1.4.300.1 || == 1.4.300.2 || == 1.4.301.0 || >= 1.5.2.0
-- https://github.com/haskell/ghcup-hs/issues/1107
-- https://github.com/haskell/unix/pull/318
if arch(arm) || arch(i386)
constraints: unix >= 2.8.6.0
-- static linking
package zlib
flags: -pkg-config +bundled-c-zlib