pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/fourmolu



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 27 14:35:00 UTC 2023

Modified Files:
        pkgsrc/devel/fourmolu: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/fourmolu/patches: patch-fourmolu.cabal

Log Message:
devel/fourmolu: Update to 0.10.1.0

The release note is too long to paste here. See
https://hackage.haskell.org/package/fourmolu-0.10.1.0/changelog


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/fourmolu/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/fourmolu/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/fourmolu/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/fourmolu/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/fourmolu/patches/patch-fourmolu.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/fourmolu/Makefile
diff -u pkgsrc/devel/fourmolu/Makefile:1.5 pkgsrc/devel/fourmolu/Makefile:1.6
--- pkgsrc/devel/fourmolu/Makefile:1.5  Wed Sep  7 06:50:45 2022
+++ pkgsrc/devel/fourmolu/Makefile      Fri Jan 27 14:35:00 2023
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2022/09/07 06:50:45 pho Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/27 14:35:00 pho Exp $
 
-DISTNAME=      fourmolu-0.5.0.1
+DISTNAME=      fourmolu-0.10.1.0
 PKGNAME=       ${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Formatter for Haskell source code
 LICENSE=       modified-bsd
 
+# Do not parse the default fixity information via TemplateHaskell. It
+# *might* produce a faster code but takes ridiculously long to compile and
+# uses more than 3 GiB of memory.
+CONFIGURE_ARGS+=       -f-fixity-th
+
 # fourmolu is built with optparse-applicative, and can generate shell
 # completion scripts automatically.
 .include "../../devel/hs-optparse-applicative/application.mk"
@@ -19,9 +23,12 @@ LICENSE=     modified-bsd
 .include "../../textproc/hs-Diff/buildlink3.mk"
 .include "../../devel/hs-dlist/buildlink3.mk"
 .include "../../devel/hs-ghc-lib-parser/buildlink3.mk"
-.include "../../textproc/hs-HsYAML/buildlink3.mk"
-.include "../../textproc/hs-HsYAML-aeson/buildlink3.mk"
+.include "../../textproc/hs-megaparsec/buildlink3.mk"
+.include "../../devel/hs-memotrie/buildlink3.mk"
 .include "../../devel/hs-syb/buildlink3.mk"
+.include "../../devel/hs-th-lift-instances/buildlink3.mk"
+.include "../../textproc/hs-yaml/buildlink3.mk"
+.include "../../devel/hs-file-embed/buildlink3.mk" # Needed because of -f-fixity-th
 
 # exe:fourmolu
 .include "../../devel/hs-gitrev/buildlink3.mk"

Index: pkgsrc/devel/fourmolu/PLIST
diff -u pkgsrc/devel/fourmolu/PLIST:1.1 pkgsrc/devel/fourmolu/PLIST:1.2
--- pkgsrc/devel/fourmolu/PLIST:1.1     Wed Feb 16 10:21:51 2022
+++ pkgsrc/devel/fourmolu/PLIST Fri Jan 27 14:35:00 2023
@@ -1,214 +1,244 @@
-@comment $NetBSD: PLIST,v 1.1 2022/02/16 10:21:51 pho Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/01/27 14:35:00 pho Exp $
 bin/fourmolu
 lib/${PKGNAME}/${HS_VERSION}/package-description
 lib/${PKGNAME}/${HS_VERSION}/package-id
-lib/${HS_PLATFORM}/${HS_PKGID}/GHC/DynFlags.dyn_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/GHC/DynFlags.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/GHC/DynFlags.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/GHC/DynFlags.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/GHC/DynFlags.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/ParseResult.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config/TH.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config/TH.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config/TH.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config/Types.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config/Types.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Config/Types.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/ParseResult.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/ParseResult.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/ParseResult.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/Text.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/ParseResult.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/Text.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/Text.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/Text.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Exception.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Diff/Text.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Exception.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Exception.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Exception.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Imports.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Exception.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity/Internal.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity/Internal.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity/Internal.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity/Parser.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity/Parser.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity/Parser.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity/Printer.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity/Printer.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Fixity/Printer.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Imports.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Imports.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Imports.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Imports.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/CommentStream.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/CommentStream.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/CommentStream.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/CommentStream.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Pragma.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/CommentStream.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Pragma.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Pragma.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Pragma.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Result.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Pragma.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Result.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Result.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Result.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Parser/Result.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Combinators.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Combinators.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Combinators.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Combinators.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Comments.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Combinators.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Comments.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Comments.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Comments.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Internal.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Comments.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Internal.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Internal.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Internal.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Common.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Internal.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Common.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Common.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Common.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Common.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Annotation.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Annotation.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Annotation.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Annotation.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Class.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Annotation.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Class.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Class.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Class.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Data.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Class.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Data.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Data.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Data.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Default.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Data.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Default.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Default.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Default.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Foreign.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Default.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Foreign.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Foreign.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Foreign.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Instance.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Foreign.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Instance.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Instance.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Instance.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/RoleAnnotation.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Instance.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/OpTree.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/OpTree.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/OpTree.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/RoleAnnotation.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/RoleAnnotation.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Rule.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/RoleAnnotation.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Rule.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Rule.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Rule.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Signature.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Rule.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Signature.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Signature.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Signature.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Splice.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Signature.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Splice.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Splice.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Splice.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Type.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Splice.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Type.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Type.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Type.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/TypeFamily.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Type.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/TypeFamily.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/TypeFamily.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/TypeFamily.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Value.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/TypeFamily.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Value.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Value.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Value.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Warning.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Value.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Warning.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Warning.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Warning.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/ImportExport.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Declaration/Warning.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/ImportExport.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/ImportExport.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/ImportExport.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Module.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/ImportExport.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Module.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Module.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Module.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Pragma.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Module.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Pragma.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Pragma.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Pragma.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Type.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Pragma.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Type.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Type.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Type.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Operators.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Meat/Type.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Operators.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Operators.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Operators.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/SpanStream.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/Operators.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/SpanStream.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/SpanStream.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/SpanStream.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Common.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Printer/SpanStream.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Common.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Common.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Common.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Cpp.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Common.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Cpp.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Cpp.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Cpp.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Preprocess.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Cpp.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Preprocess.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Preprocess.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Preprocess.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Terminal.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Processing/Preprocess.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Terminal.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Terminal.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Terminal.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Terminal.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/Extensions.dyn_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/Extensions.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/Extensions.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/IO.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/Cabal.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/Cabal.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/Cabal.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/Fixity.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/Fixity.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/Fixity.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/IO.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/IO.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/IO.p_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Ormolu/Utils/IO.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
-lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
-lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
-share/doc/${HS_PLATFORM}/${PKGNAME}/LICENSE.md
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/CHANGELOG.md
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Config.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Diff-ParseResult.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Diff-Text.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Exception.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Imports.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Parser-CommentStream.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Parser-Pragma.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Parser-Result.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Parser.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Combinators.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Comments.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Internal.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Common.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Annotation.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Class.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Data.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Default.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Foreign.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Instance.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-RoleAnnotation.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Rule.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Signature.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Splice.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Type.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-TypeFamily.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Value.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Warning.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-ImportExport.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Module.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Pragma.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Type.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Operators.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-SpanStream.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Processing-Common.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Processing-Cpp.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Processing-Preprocess.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Terminal.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Utils-Extensions.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Utils-IO.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Utils.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/README.md
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-A.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-All.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-B.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-C.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-D.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-E.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-F.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-G.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-H.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-I.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-L.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-M.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-N.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-O.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-P.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-R.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-S.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-T.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-U.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-V.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-W.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/fourmolu.haddock
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/haddock-bundle.min.js
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/index.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/linuwial.css
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/meta.json
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/quick-jump.css
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/synopsis.png
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/LICENSE.md
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/CHANGELOG.md
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Config.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Diff-ParseResult.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Diff-Text.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Exception.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Fixity-Internal.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Fixity-Parser.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Fixity-Printer.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Fixity.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Imports.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Parser-CommentStream.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Parser-Pragma.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Parser-Result.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Parser.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Combinators.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Comments.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Internal.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Common.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Annotation.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Class.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Data.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Default.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Foreign.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Instance.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-OpTree.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-RoleAnnotation.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Rule.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Signature.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Splice.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Type.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-TypeFamily.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Value.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration-Warning.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Declaration.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-ImportExport.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Module.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Pragma.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Meat-Type.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-Operators.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer-SpanStream.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Printer.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Processing-Common.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Processing-Cpp.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Processing-Preprocess.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Terminal.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Utils-Cabal.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Utils-Fixity.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Utils-IO.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu-Utils.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Ormolu.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/README.md
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-A.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-All.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-B.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-C.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-D.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-E.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-F.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-G.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-H.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-I.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-L.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-M.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-N.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-O.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-P.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-R.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-S.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-T.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-U.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-V.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-W.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/fourmolu.haddock
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/synopsis.png

Index: pkgsrc/devel/fourmolu/buildlink3.mk
diff -u pkgsrc/devel/fourmolu/buildlink3.mk:1.4 pkgsrc/devel/fourmolu/buildlink3.mk:1.5
--- pkgsrc/devel/fourmolu/buildlink3.mk:1.4     Wed Sep  7 06:50:45 2022
+++ pkgsrc/devel/fourmolu/buildlink3.mk Fri Jan 27 14:35:00 2023
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/09/07 06:50:45 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2023/01/27 14:35:00 pho Exp $
 
 BUILDLINK_TREE+=       fourmolu
 
 .if !defined(FOURMOLU_BUILDLINK3_MK)
 FOURMOLU_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.fourmolu+=       fourmolu>=0.5.0
-BUILDLINK_ABI_DEPENDS.fourmolu+=       fourmolu>=0.5.0.1nb4
+BUILDLINK_API_DEPENDS.fourmolu+=       fourmolu>=0.10.1
+BUILDLINK_ABI_DEPENDS.fourmolu+=       fourmolu>=0.10.1.0
 BUILDLINK_PKGSRCDIR.fourmolu?=         ../../devel/fourmolu
 
 .include "../../converters/hs-aeson/buildlink3.mk"
@@ -14,11 +14,12 @@ BUILDLINK_PKGSRCDIR.fourmolu?=              ../../de
 .include "../../textproc/hs-Diff/buildlink3.mk"
 .include "../../devel/hs-dlist/buildlink3.mk"
 .include "../../devel/hs-ghc-lib-parser/buildlink3.mk"
-.include "../../textproc/hs-HsYAML/buildlink3.mk"
-.include "../../textproc/hs-HsYAML-aeson/buildlink3.mk"
+.include "../../textproc/hs-megaparsec/buildlink3.mk"
+.include "../../devel/hs-memotrie/buildlink3.mk"
 .include "../../devel/hs-syb/buildlink3.mk"
+.include "../../devel/hs-th-lift-instances/buildlink3.mk"
+.include "../../textproc/hs-yaml/buildlink3.mk"
 .include "../../devel/hs-gitrev/buildlink3.mk"
-.include "../../devel/hs-optparse-applicative/buildlink3.mk"
 .endif # FOURMOLU_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -fourmolu

Index: pkgsrc/devel/fourmolu/distinfo
diff -u pkgsrc/devel/fourmolu/distinfo:1.2 pkgsrc/devel/fourmolu/distinfo:1.3
--- pkgsrc/devel/fourmolu/distinfo:1.2  Thu Sep  1 09:03:21 2022
+++ pkgsrc/devel/fourmolu/distinfo      Fri Jan 27 14:35:00 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/09/01 09:03:21 wiz Exp $
+$NetBSD: distinfo,v 1.3 2023/01/27 14:35:00 pho Exp $
 
-BLAKE2s (fourmolu-0.5.0.1.tar.gz) = bb38a06236934d40819fac5b0669c08da9b28896508268278079487ceaf2a841
-SHA512 (fourmolu-0.5.0.1.tar.gz) = c6ab6243e13061fccb267631cff30704af43ca9ad477b7152913bba7776ccfec87463477a87048f374e09f6dfbbea5bf28b744958cf80e27e8f49a42d635f3f9
-Size (fourmolu-0.5.0.1.tar.gz) = 155289 bytes
-SHA1 (patch-fourmolu.cabal) = 36ecdbae89e137bb4c8d12ed8d3c4fe9d239e8b4
+BLAKE2s (fourmolu-0.10.1.0.tar.gz) = a504784f79bfd09c4d31b59f0c1e015efa950a80ef84c8d0432744bb45921572
+SHA512 (fourmolu-0.10.1.0.tar.gz) = e0a4108d9a02743d72717b6afea50b8268b1b1c529ccb72fba8a7258fce3f3703412562a616264a7b9e22673909f67749fe1413bdf6591f4d467cd510f0e8d49
+Size (fourmolu-0.10.1.0.tar.gz) = 452663 bytes



Home | Main Index | Thread Index | Old Index