forked from fossas/fossa-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cabal.project.ci.macos
62 lines (54 loc) · 2.25 KB
/
cabal.project.ci.macos
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
tests: True
optimization: 2
jobs: $ncpus
packages: .
package spectrometer
ghc-options: -Werror
allow-newer:
-- git-config needs to relax its upper bound on megaparsec. PR submitted;
-- no action from maintainer yet
--
-- we can remove this if/when 0.1.3 is released on hackage
, git-config:megaparsec
-- tomland neesd a relaxed upper bound on megaparsec. PR open at
-- https://github.com/kowainik/tomland/pull/386
--
-- we can remove this if/when 1.3.3.1 is released on hackage
, tomland:megaparsec
-- codec-rpm needs a bump to its attoparsec bound. latest upload to hackage
-- was in 2018, so we may have to fork when breakage occurs
, codec-rpm:attoparsec
-- the semver package only exposes lens-style accessors for its Version type;
-- normal accessors are in an un-exposed Internal module. on master, the
-- Internal module is exposed, but a new release hasn't been cut to hackage yet
--
-- we can remove this if/when 0.4.0.2 is released on hackage
source-repository-package
type: git
location: https://github.com/fossas/semver.git
tag: 7bc42dd298e0d98e119486ceab4f74042d46b004
-- cpio-conduit-0.7.2 on hackage has an incompatibility with newer versions of
-- base16-bytestring. we submitted a PR to fix this, and the PR was merged, but
-- a new release was never cut to hackage
-- We can remove this if/when 0.7.3 is released on hackage
source-repository-package
type: git
location: https://github.com/da-x/cpio-conduit
tag: 30d92919e82c5033fffac7b34288f5a7fd28e9be
-- Current implementation of yarn-lock throws runtime error, as described by patches:
-- (a) https://github.com/Profpatsch/yarn2nix/pull/73
-- (b) https://github.com/Profpatsch/yarn2nix/pull/72
-- TODO: Remove once, both PRs are merged.
source-repository-package
type: git
location: https://github.com/fossas/yarn2nix
tag: 7d9f505b35750e54bf9d73e5a996df4a1c5ab117
subdir: yarn-lock
-- Current hackage distribution does not support SSL_CERT_FILE, and SSL_CERT_DIR
-- environment variable. Modified source code below, supports aforementioned environment variables.
source-repository-package
type: git
location: https://github.com/fossas/hs-certificate
tag: d93afd2dc78c2f6910766fabc2f5e4452bcae2f2
subdir: x509-system
index-state: hackage.haskell.org 2022-08-15T18:24:28Z