pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/darcs



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Jan 30 04:36:11 UTC 2023

Modified Files:
        pkgsrc/devel/darcs: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/darcs/patches: patch-darcs.cabal
            patch-src_Darcs_UI_SelectChanges.hs

Log Message:
devel/darcs: Update to 2.16.5

Darcs 2.16.5, 20 Feb 2022
* This release is to support newer dependencies, most importantly GHC 9.0
  and Cabal 3.6.
* It also includes a small number of refactors that help with moving to
  those newer dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/darcs/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/darcs/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/darcs/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/darcs/patches/patch-darcs.cabal
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/darcs/patches/patch-src_Darcs_UI_SelectChanges.hs

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

Modified files:

Index: pkgsrc/devel/darcs/Makefile
diff -u pkgsrc/devel/darcs/Makefile:1.68 pkgsrc/devel/darcs/Makefile:1.69
--- pkgsrc/devel/darcs/Makefile:1.68    Wed Sep  7 06:50:53 2022
+++ pkgsrc/devel/darcs/Makefile Mon Jan 30 04:36:10 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2022/09/07 06:50:53 pho Exp $
+# $NetBSD: Makefile,v 1.69 2023/01/30 04:36:10 pho Exp $
 
-DISTNAME=      darcs-2.16.4
+DISTNAME=      darcs-2.16.5
 PKGNAME=       ${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    devel scm
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +9,21 @@ HOMEPAGE=     http://www.darcs.net/
 COMMENT=       Distributed revision control system
 LICENSE=       gnu-gpl-v2
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       attoparsec      \
+       base    \
+       bytestring      \
+       constraints     \
+       cryptonite      \
+       fgl     \
+       hashable        \
+       memory  \
+       regex-tdfa      \
+       text    \
+       time    \
+       unix-compat     \
+       vector
+
 # If darcs is to be linked dynamically, it will depend on nearly 140 shared
 # objects and the dynamic linker will spend more than a second to resolve
 # symbols on startup. This is unacceptable because darcs tends to be
@@ -47,6 +61,7 @@ post-install:
 .include "../../net/hs-network-uri/buildlink3.mk"
 .include "../../time/hs-old-time/buildlink3.mk"
 .include "../../textproc/hs-regex-applicative/buildlink3.mk"
+.include "../../textproc/hs-regex-base/buildlink3.mk"
 .include "../../textproc/hs-regex-compat-tdfa/buildlink3.mk"
 .include "../../archivers/hs-tar/buildlink3.mk"
 .include "../../sysutils/hs-temporary/buildlink3.mk"

Index: pkgsrc/devel/darcs/PLIST
diff -u pkgsrc/devel/darcs/PLIST:1.9 pkgsrc/devel/darcs/PLIST:1.10
--- pkgsrc/devel/darcs/PLIST:1.9        Sat Feb 26 07:26:54 2022
+++ pkgsrc/devel/darcs/PLIST    Mon Jan 30 04:36:10 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/02/26 07:26:54 pho Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/01/30 04:36:10 pho Exp $
 bin/darcs
 lib/${PKGNAME}/${HS_VERSION}/package-description
 lib/${PKGNAME}/${HS_VERSION}/package-id
@@ -230,6 +230,7 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Darcs/Uti
 lib/${HS_PLATFORM}/${HS_PKGID}/Darcs/Util/Progress.hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Darcs/Util/Prompt.hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Darcs/Util/Ratified.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Darcs/Util/Regex.hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Darcs/Util/Show.hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Darcs/Util/SignalHandler.hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Darcs/Util/Ssh.hi
@@ -243,293 +244,295 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Version.h
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 man/man1/darcs.1
 share/bash-completion/completions/darcs
-share/doc/${HS_PLATFORM}/${PKGNAME}/COPYING
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Annotate.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Apply.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-ApplyMonad.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Bracketed.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Bundle.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Choices.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Commute.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-CommuteFn.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-CommuteNoConflicts.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Conflict.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Debug.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Depends.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Effect.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-FileHunk.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Format.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-FromPrim.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Ident.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Index-Monad.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Index-Types.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Info.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Inspect.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Invert.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Invertible.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Match.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Merge.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-MonadProgress.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Named-Wrapped.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Named.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-PatchInfoAnd.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Permutations.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-Class.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Apply.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Coalesce.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Commute.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Core.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Details.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-ObjectMap.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Read.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Show.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-Named.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Apply.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Coalesce.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Commute.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Core.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Details.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Mangle.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Read.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Show.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-WithName.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Progress.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Read.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Change.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Fixup.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Legacy-Item.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Name.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-PushFixup.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Suspended.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-RegChars.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Repair.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-RepoPatch.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-RepoType.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Set.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Show.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Split.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Summary.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-SummaryData.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-TokenReplace.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-TouchesFiles.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Unwind.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Apply.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Commute.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Core.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Prim.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Read.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Show.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Viewing.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V2-Non.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V2-Prim.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V2-RepoPatch.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V2.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V3-Contexted.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V3-Core.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V3-Resolution.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V3.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Viewing.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Eq.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Maybe.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Ordered.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Sealed.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Show.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Unsafe.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-WZipper.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Prelude.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-ApplyPatches.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Cache.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Clone.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Create.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Diff.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Flags.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Format.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Hashed.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-HashedIO.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Identify.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-InternalTypes.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Inventory.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Job.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Match.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Merge.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Old.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Packs.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-PatchIndex.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Paths.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Pending.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Prefs.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Pristine.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Rebase.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Repair.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Resolution.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-State.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Test.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Traverse.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Working.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Test-TestOnly.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-ApplyPatches.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Add.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Amend.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Annotate.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Apply.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Clone.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert-Darcs2.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert-Export.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert-Import.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert-Util.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Diff.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Dist.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-GZCRCs.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Help.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Init.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Log.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-MarkConflicts.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Move.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Optimize.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Pull.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Push.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Rebase.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Record.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Remove.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Repair.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Replace.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Revert.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Rollback.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Send.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-SetPref.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Show.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowAuthors.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowContents.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowDependencies.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowFiles.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowIndex.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowPatchIndex.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowRepo.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowTags.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Tag.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Test.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-TransferMode.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Unrecord.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Unrevert.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Util-Tree.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Util.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-WhatsNew.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Completion.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Defaults.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Email.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-External.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Flags.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-All.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Core.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Flags.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Iso.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Markdown.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Matching.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Util.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-PatchHeader.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-PrintPatch.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-RunCommand.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-SelectChanges.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-TheCommands.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Usage.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-AtExit.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-ByteString.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-CommandLine.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Compat.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-DateMatcher.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-DateTime.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Diff-Myers.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Diff-Patience.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Diff.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Download-Request.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Download.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Encoding.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-English.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Exception.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Exec.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-External.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-File.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Global.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Graph.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-HTTP.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Hash.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Index.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-IsoDate.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Lock.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Parser.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Path.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Printer-Color.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Printer.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Progress.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Prompt.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Ratified.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Show.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-SignalHandler.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Ssh.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Tree-Hashed.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Tree-Monad.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Tree-Plain.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Tree.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-URL.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Workaround.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/darcs.haddock
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-124.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-33.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-36.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-38.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-42.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-43.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-45.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-46.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-47.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-58.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-60.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-61.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-62.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-63.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-94.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-95.html
-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-J.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-K.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-Q.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-X.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-Y.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-Z.html
-share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index.html
-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.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/COPYING
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Annotate.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Apply.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-ApplyMonad.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Bracketed.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Bundle.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Choices.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Commute.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-CommuteFn.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-CommuteNoConflicts.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Conflict.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Debug.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Depends.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Effect.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-FileHunk.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Format.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-FromPrim.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Ident.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Index-Monad.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Index-Types.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Info.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Inspect.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Invert.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Invertible.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Match.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Merge.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-MonadProgress.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Named-Wrapped.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Named.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-PatchInfoAnd.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Permutations.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-Class.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Apply.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Coalesce.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Commute.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Core.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Details.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-ObjectMap.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Read.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID-Show.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-FileUUID.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-Named.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Apply.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Coalesce.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Commute.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Core.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Details.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Mangle.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Read.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1-Show.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-V1.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim-WithName.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Prim.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Progress.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Read.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Change.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Fixup.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Legacy-Item.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Name.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-PushFixup.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Rebase-Suspended.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-RegChars.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Repair.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-RepoPatch.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-RepoType.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Set.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Show.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Split.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Summary.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-SummaryData.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-TokenReplace.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-TouchesFiles.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Unwind.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Apply.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Commute.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Core.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Prim.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Read.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Show.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1-Viewing.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V1.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V2-Non.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V2-Prim.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V2-RepoPatch.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V2.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V3-Contexted.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V3-Core.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V3-Resolution.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-V3.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Viewing.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Eq.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Maybe.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Ordered.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Sealed.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Show.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-Unsafe.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch-Witnesses-WZipper.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Patch.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Prelude.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-ApplyPatches.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Cache.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Clone.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Create.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Diff.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Flags.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Format.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Hashed.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-HashedIO.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Identify.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-InternalTypes.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Inventory.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Job.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Match.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Merge.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Old.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Packs.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-PatchIndex.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Paths.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Pending.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Prefs.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Pristine.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Rebase.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Repair.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Resolution.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-State.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Test.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Traverse.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository-Working.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Repository.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Test-TestOnly.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-ApplyPatches.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Add.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Amend.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Annotate.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Apply.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Clone.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert-Darcs2.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert-Export.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert-Import.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert-Util.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Convert.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Diff.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Dist.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-GZCRCs.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Help.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Init.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Log.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-MarkConflicts.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Move.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Optimize.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Pull.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Push.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Rebase.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Record.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Remove.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Repair.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Replace.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Revert.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Rollback.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Send.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-SetPref.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Show.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowAuthors.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowContents.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowDependencies.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowFiles.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowIndex.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowPatchIndex.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowRepo.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-ShowTags.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Tag.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Test.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-TransferMode.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Unrecord.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Unrevert.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Util-Tree.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-Util.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands-WhatsNew.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Commands.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Completion.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Defaults.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Email.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-External.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Flags.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-All.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Core.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Flags.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Iso.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Markdown.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Matching.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options-Util.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Options.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-PatchHeader.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-PrintPatch.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-RunCommand.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-SelectChanges.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-TheCommands.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-UI-Usage.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-AtExit.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-ByteString.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-CommandLine.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Compat.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-DateMatcher.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-DateTime.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Diff-Myers.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Diff-Patience.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Diff.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Download-Request.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Download.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Encoding.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-English.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Exception.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Exec.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-External.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-File.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Global.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Graph.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-HTTP.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Hash.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-IsoDate.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Lock.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Parser.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Path.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Printer-Color.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Printer.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Progress.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Prompt.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Ratified.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Regex.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Show.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-SignalHandler.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Ssh.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Tree-Hashed.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Tree-Monad.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Tree-Plain.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Tree.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-URL.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Darcs-Util-Workaround.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/darcs.haddock
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-124.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-126.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-33.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-36.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-38.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-42.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-43.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-45.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-46.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-47.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-58.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-60.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-61.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-62.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-63.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-94.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-95.html
+${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-J.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-K.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-Q.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-X.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-Y.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index-Z.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index.html
+${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
 share/zsh/site-functions/_darcs

Index: pkgsrc/devel/darcs/distinfo
diff -u pkgsrc/devel/darcs/distinfo:1.15 pkgsrc/devel/darcs/distinfo:1.16
--- pkgsrc/devel/darcs/distinfo:1.15    Tue Aug 23 17:55:12 2022
+++ pkgsrc/devel/darcs/distinfo Mon Jan 30 04:36:10 2023
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.15 2022/08/23 17:55:12 wiz Exp $
+$NetBSD: distinfo,v 1.16 2023/01/30 04:36:10 pho Exp $
 
-BLAKE2s (darcs-2.16.4.tar.gz) = 0a6959e8d42e2f374bebb0e499dee7718b34390a5f93dda6da8f9c9d19de91a6
-SHA512 (darcs-2.16.4.tar.gz) = 0f9a924d68416b660b86fd076d4f47915aba0e4a58bd92609e0f05f45913d6251109f3c477e20e0a517ca5fd35735b638690a8a0f7010a52e324c5a21a540a2a
-Size (darcs-2.16.4.tar.gz) = 1271864 bytes
+BLAKE2s (darcs-2.16.5.tar.gz) = c119005fe0f558b45e30f00a15c4dd9ab9496a430143376e64f7a6e8a75fc728
+SHA512 (darcs-2.16.5.tar.gz) = 9116043943315417ff314197f6a143435b5545f614c6e6210c3645987a68c69c31f53f823ee5269cb663ccba393f8caf1834120783f15128e43b132c731a0edb
+Size (darcs-2.16.5.tar.gz) = 1271154 bytes
 SHA1 (patch-Setup.hs) = cb147ff81869ccbab7a301d54dca64d0a7801903
-SHA1 (patch-darcs.cabal) = c67fe5d1338f1dcee7cfee25b2ed1dd0395d40c7
-SHA1 (patch-src_Darcs_UI_SelectChanges.hs) = 6da5b49849e7cc88dd4227dbde048855e1bf8837



Home | Main Index | Thread Index | Old Index