Skip to content

Commit d76d66f

Browse files
committed
cabal.project: use local forks for fossas/codec-rpm with updated bounds
- Update codec-rpm to use the update-deps-bounds branch which relaxes bounds on bytestring, mtl, resourcet, text, and hspec - Switch all git-based source-repository-packages to local paths for testing (semver, cpio-conduit, yarn2nix, hs-certificate, codec-rpm)
1 parent c5545f4 commit d76d66f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

cabal.project.common

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allow-newer:
3131
-- we can remove this if/when 0.4.0.2 is released on hackage
3232
source-repository-package
3333
type: git
34-
location: https://github.com/fossas/semver.git
34+
location: /home/chris/devel/semver
3535
tag: 7bc42dd298e0d98e119486ceab4f74042d46b004
3636

3737
-- cpio-conduit-0.7.2 on hackage has an incompatibility with newer versions of
@@ -40,7 +40,7 @@ source-repository-package
4040
-- We can remove this if/when 0.7.3 is released on hackage
4141
source-repository-package
4242
type: git
43-
location: https://github.com/da-x/cpio-conduit
43+
location: /home/chris/devel/cpio-conduit
4444
tag: 30d92919e82c5033fffac7b34288f5a7fd28e9be
4545

4646
-- Current implementation of yarn-lock throws runtime error, as described by patches:
@@ -49,22 +49,23 @@ source-repository-package
4949
-- TODO: Remove once, both PRs are merged.
5050
source-repository-package
5151
type: git
52-
location: https://github.com/fossas/yarn2nix
52+
location: /home/chris/devel/yarn2nix
5353
tag: 7d9f505b35750e54bf9d73e5a996df4a1c5ab117
5454
subdir: yarn-lock
5555

5656
-- Current hackage distribution does not support SSL_CERT_FILE, and SSL_CERT_DIR
5757
-- environment variable. Modified source code below, supports aforementioned environment variables.
5858
source-repository-package
5959
type: git
60-
location: https://github.com/fossas/hs-certificate
60+
location: /home/chris/devel/hs-certificate
6161
tag: d93afd2dc78c2f6910766fabc2f5e4452bcae2f2
6262
subdir: x509-system
6363

6464
-- This can be removed once https://github.com/weldr/codec-rpm/pull/40 merges and is available on hackage.
65+
-- Using local fork with updated bounds (update-deps-bounds branch).
6566
source-repository-package
6667
type: git
67-
location: https://github.com/fossas/codec-rpm
68-
tag: 55e6cc0c0b7906ca257cb7c6268b2d99592bb30f
68+
location: /home/chris/devel/codec-rpm
69+
branch: update-deps-bounds
6970

7071
index-state: hackage.haskell.org 2026-06-02T00:59:56Z

0 commit comments

Comments
 (0)