-
Notifications
You must be signed in to change notification settings - Fork 175
/
cabal.project.common
70 lines (60 loc) · 2.83 KB
/
cabal.project.common
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
tests: True
jobs: $ncpus
package spectrometer
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
-- 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
-- transformers has a few breaking changes from 0.5 -> 0.6.
-- But the removed symbols were already deprecated in 0.5.
-- fused-effects-exceptions has a PR out: https://github.com/fused-effects/fused-effects-exceptions/pull/22
-- When that merges you should be able to remove it from here.
-- lzma-conduit seems kind of moribund.
-- I've left an issue checking for signs of life: https://github.com/alphaHeavy/lzma-conduit/issues/27
-- I'll make a PR if someone responds. The lib is small enough we could just vendor it if not.
, lzma-conduit:transformers
, fused-effects-exceptions:transformers
-- 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
-- This can be removed once https://github.com/weldr/codec-rpm/pull/40 merges and is available on hackage.
source-repository-package
type: git
location: https://github.com/fossas/codec-rpm
tag: 55e6cc0c0b7906ca257cb7c6268b2d99592bb30f
index-state: hackage.haskell.org 2024-08-14T18:49:08Z