Path to this page:
Subject: CVS commit: pkgsrc/devel/cabal-fmt
From: Masatake Daimon
Date: 2024-05-01 11:31:24
Message id: 20240501093124.444E2FA2C@cvs.NetBSD.org
Log Message:
devel/cabal-fmt: Update to 0.1.11
0.1.11
Change how dependencies on (multiple) sublibraries are output: Always
print each sublibrary on individual line, with the first one having the
version range.
build-depends:
...
, megalib >=0.1 && <0.2
, megalib:sublib-a
, megalib:sublib-b
, megalib:sublib-c
instead of previous
build-depends:
...
, megalib:{megalib, sublib-a, sublib-b, sublib-c} >=0.1 && <0.2
0.1.10
Fix removal of empty lines in free text fields (like description) when
using cabal-version: 3.0 (where you can use empty lines)
Files: