pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/cabal2pkg: Update to 0.1.1
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Sat Jan 11 21:32:39 2025 +0900
Changeset: decf15dc9149e45fc306716d940e413a22737674
Modified Files:
cabal2pkg/Makefile
cabal2pkg/distinfo
Log Message:
wip/cabal2pkg: Update to 0.1.1
## 0.1.1 -- 2025-01-11
* Fixed an issue where dependencies that are unacceptably old are listed in
`HASKELL_UNRESTRICT_DEPENDENCIES`. This variable is supposed to only
contain packages that are unacceptably new. Now `cabal2pkg` emits
warnings when outdated dependencies are found.
* Fixed an issue where empty conflict markers could sometimes appear in
updated files. This could happen when pkgsrc maintainers and the upstream
made identical changes to the same portion of package metadata.
* `cabal2pkg` now deduplicates dependencies that appear in package metadata
more than once.
* `cabal2pkg` now supports updating wip packages. It was previously
unsupported for a technical reason but the limitation is now lifted.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=decf15dc9149e45fc306716d940e413a22737674
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cabal2pkg/Makefile | 3 ++-
cabal2pkg/distinfo | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diffs:
diff --git a/cabal2pkg/Makefile b/cabal2pkg/Makefile
index 0911b1f6dd..1f75782107 100644
--- a/cabal2pkg/Makefile
+++ b/cabal2pkg/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= cabal2pkg-0.1.0.4
+DISTNAME= cabal2pkg-0.1.1
PKGNAME= ${DISTNAME}
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=depressed-pho/}
@@ -42,6 +42,7 @@ post-install:
.include "../../devel/hs-mono-traversable/buildlink3.mk"
.include "../../net/hs-network-uri/buildlink3.mk"
.include "../../devel/hs-optparse-applicative/application.mk"
+.include "../../devel/hs-ordered-containers/buildlink3.mk"
.include "../../textproc/hs-prettyprinter/buildlink3.mk"
.include "../../textproc/hs-prettyprinter-ansi-terminal/buildlink3.mk"
.include "../../devel/hs-pretty-show/buildlink3.mk"
diff --git a/cabal2pkg/distinfo b/cabal2pkg/distinfo
index 19923fdfc0..fa1a172817 100644
--- a/cabal2pkg/distinfo
+++ b/cabal2pkg/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (cabal2pkg-0.1.0.4.tar.gz) = d6eae9dc79290aeabcaba3d2c6db0e67eec760d1456dba3cbc896f4a5f1c0788
-SHA512 (cabal2pkg-0.1.0.4.tar.gz) = 4ba8390e516723a2c33db5ae1f058dc3b922fa3aa2ae7f6c4ab0a56810c870719164a297cb9a52ba0b817c504578ca5eaa82c66f203ed1f3c0ac3d96e5b2f393
-Size (cabal2pkg-0.1.0.4.tar.gz) = 65966 bytes
+BLAKE2s (cabal2pkg-0.1.1.tar.gz) = 7bd5cf4f91134301df766b7296e88db6ad3fb9056ca411b66591c341143fd6ca
+SHA512 (cabal2pkg-0.1.1.tar.gz) = b1208d8adf3cabd8e0be965f469ac289a6d0cbb3f65c7a31dd05a2dc4b5f2ddb938e397ee45a6c0f8dacf9f2956f9a4a7c50bf88db6d3132ae0d021ec4298603
+Size (cabal2pkg-0.1.1.tar.gz) = 67842 bytes
Home |
Main Index |
Thread Index |
Old Index