From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 08 22:13:14 2020 Received: (at submit) by debbugs.gnu.org; 9 Sep 2020 02:13:14 +0000 Received: from localhost ([127.0.0.1]:56805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFpbm-0002Tx-82 for submit@debbugs.gnu.org; Tue, 08 Sep 2020 22:13:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:51182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFpbi-0002Tn-Mk for submit@debbugs.gnu.org; Tue, 08 Sep 2020 22:13:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55156) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFpbi-0006yC-I0 for guix-patches@gnu.org; Tue, 08 Sep 2020 22:13:10 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:58924) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFpbg-0006mB-2r for guix-patches@gnu.org; Tue, 08 Sep 2020 22:13:09 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id E87B08D712; Tue, 8 Sep 2020 22:13:03 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=sasl; bh=Bg+9CaLgOfcHjNJo3UvKM+927oE=; b=LG1VbU4wzBAqLCxHiRSn CqlTi3Pc80gRkpmyVbA++SKFgJ3LBkUS5+us2pTmxsGBv9H6u/CMNLoum/oh8qfa p/+17LnP0QRck1Xg+9FgNtHRQk1RDxZWngR2j/Zv5oXo5Z5QJ9lW83G3PaUaOOwi HnWVj1j/5KQx2zk3SlIHAI0= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id C6F518D711; Tue, 8 Sep 2020 22:13:03 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:subject:date:message-id:mime-version:content-transfer-encoding; s=mesmtp; bh=QrYyW03Yn5dNavOOlPMprsA0C4sNHBWv29xVs+1O1UQ=; b=KeIDqKlSfuEbzEcPbwaExWf0AdykIyndEFX8T8Fe6qXYOcHkhAuLGA4tNkHqsKqnauv7bhjLG5MFrZLZFD+W5agVamevCqfv5Ex3BLIDiBRs+FW595ckD3RxoQEH0Yrg/xE92QlzQCuGa4xaWw9XjRhK2wU6Co+MsIZdgoS1m3U= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id ABE808D710; Tue, 8 Sep 2020 22:13:02 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: guix-patches@gnu.org Subject: [PATCH 0/3] git-annex: Enable WebDAV support and update Date: Tue, 8 Sep 2020 22:12:57 -0400 Message-Id: <20200909021257.8682-1-kyle@kyleam.com> X-Mailer: git-send-email 2.28.0.618.gf4bc123cb7 MIME-Version: 1.0 X-Pobox-Relay-ID: FD730776-F241-11EA-858B-2F5D23BA3BAF-24757444!pb-smtp2.pobox.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=64.147.108.71; envelope-from=kyle@kyleam.com; helo=pb-smtp2.pobox.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/08 22:13:03 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This series updates git-annex to the latest release. Two new inputs are needed because git-annex no longer supports disabling WebDAV support at b= uild time. [1/3] gnu: Add ghc-xml-hamlet. [2/3] gnu: Add ghc-dav. [3/3] gnu: git-annex: Update to 8.20200908. gnu/packages/haskell-apps.scm | 7 ++++--- gnu/packages/haskell-web.scm | 36 +++++++++++++++++++++++++++++++++++ gnu/packages/haskell-xyz.scm | 26 ++++++++++++++++++++++++- 3 files changed, 65 insertions(+), 4 deletions(-) base-commit: ee7a7c9014f7dd238ab42d15ef3f5f1fe187d1c3 --=20 2.28.0.618.gf4bc123cb7 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 08 22:16:50 2020 Received: (at 43286) by debbugs.gnu.org; 9 Sep 2020 02:16:51 +0000 Received: from localhost ([127.0.0.1]:56820 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFpf9-0002aI-QI for submit@debbugs.gnu.org; Tue, 08 Sep 2020 22:16:50 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:61189) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFpf2-0002a2-ED for 43286@debbugs.gnu.org; Tue, 08 Sep 2020 22:16:42 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 80EE3E9A73; Tue, 8 Sep 2020 22:16:35 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=sasl; bh=8fLJXXINAax9 eNRzbZkBqHjzh+8=; b=Op5JHMELcIBt9xmcqos9pYIOMCdYvUCC/BbHKciwIyGp dRsQnIQ3wnvgRMJgwkzO84aM1FRw/u1MGSuwzC6C01QkwOVnh3r0UvFJ+wFd2AWt KR79cJ+vGCDntKeBOuu/hnFb37lG5ueSRkXKBBYPQ7IPX79l+ouzlT6Ly7HeIow= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 79C06E9A72; Tue, 8 Sep 2020 22:16:35 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:subject:date:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=mesmtp; bh=6UwyZEfH1KyJFzD3KTDga9uKfstjuLz1+hTtjni8ErI=; b=sh5/nFnSOuGbKaV/48LxS8lMnpytkme6lYgBtvSHXHFtPQKLs+o5lmc/kLHQSswusHRdqJ/KQpxGb0gYRNaali7VvX2OArMPuKj3aJRWL/Su/UPWDJfmJe9ojnjgf8WrsXbseR0IN8o4iSiedrtFJ9yKhzi0XwMUigy3f/fAUbk= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id BB6E9E9A70; Tue, 8 Sep 2020 22:16:32 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: 43286@debbugs.gnu.org Subject: [PATCH 1/3] gnu: Add ghc-xml-hamlet. Date: Tue, 8 Sep 2020 22:16:26 -0400 Message-Id: <20200909021628.9319-1-kyle@kyleam.com> X-Mailer: git-send-email 2.28.0.618.gf4bc123cb7 In-Reply-To: <20200909021257.8682-1-kyle@kyleam.com> References: <20200909021257.8682-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Pobox-Relay-ID: 7AA83E28-F242-11EA-94A7-F0EA2EB3C613-24757444!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43286 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/haskell-xyz.scm (ghc-xml-hamlet): New variable. --- gnu/packages/haskell-xyz.scm | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 08d6580a32..f4af00283c 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -20,7 +20,7 @@ ;;; Copyright =C2=A9 2019 Robert Vollmert ;;; Copyright =C2=A9 2019 Jacob MacDonald ;;; Copyright =C2=A9 2019,2020 John Soo -;;; Copyright =C2=A9 2019 Kyle Meyer +;;; Copyright =C2=A9 2019, 2020 Kyle Meyer ;;; Copyright =C2=A9 2019 Alex Griffin ;;; Copyright =C2=A9 2020 Brett Gilio ;;; Copyright =C2=A9 2020 JoJo @@ -14712,6 +14712,30 @@ (define-public ghc-xml-types documents.") (license license:expat))) =20 +(define-public ghc-xml-hamlet + (package + (name "ghc-xml-hamlet") + (version "0.5.0.1") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/xml-haml= et/" + "xml-hamlet-" version ".tar.gz")) + (sha256 + (base32 "0jrhcjy7ww59dafg857f2g2df1fw2jmbwcs1q379ph0pc5rxj3lj"))= )) + (build-system haskell-build-system) + (inputs + `(("ghc-shakespeare" ,ghc-shakespeare) + ("ghc-xml-conduit" ,ghc-xml-conduit))) + (native-inputs + `(("ghc-hspec" ,ghc-hspec) + ("ghc-hunit" ,ghc-hunit))) + (home-page "https://www.yesodweb.com/") + (synopsis "Hamlet-style quasiquoter for XML content") + (description "This package provides a type-safe tool for generating = XML +code via quasi-quoting built on top of @code{ghc-shakespeare}.") + (license license:bsd-3))) + (define-public ghc-yaml (package (name "ghc-yaml") --=20 2.28.0.618.gf4bc123cb7 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 08 22:16:54 2020 Received: (at 43286) by debbugs.gnu.org; 9 Sep 2020 02:16:54 +0000 Received: from localhost ([127.0.0.1]:56824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFpfG-0002ae-Te for submit@debbugs.gnu.org; Tue, 08 Sep 2020 22:16:54 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:63456) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFpfA-0002aK-Vw for 43286@debbugs.gnu.org; Tue, 08 Sep 2020 22:16:48 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 7B894E9A76; Tue, 8 Sep 2020 22:16:44 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=sasl; bh=9mnSkrfxC3Bf YsRZkWwDX4douqM=; b=DkZXqpAtsBFqsQwBNY9QmCtixby1wsMOZu4cUzFexXbA S+sBDibPWM3Dmfa9Ex6Gz/9XonOuQK0234/XMBvgIxluNkJSp0P82yASFEOsSGLf Nh+CqXsu1KvFalbQqkQRMYHrmwx4yRmPrWme+LomFj9m48KeNZ5v7wba3+f2hqI= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 74A89E9A75; Tue, 8 Sep 2020 22:16:44 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:subject:date:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=mesmtp; bh=jktGu7r7p0Hy1koeQVRIuFqjbrRXRtR7LvxMcvajjGM=; b=YWU0Uy3xZxpPx/45DulcpUEnG9+waoD4AJwf2/LOGqMs/YUSqTnmh03JfDOFWYaC8p8XUSM0Wy9f9xeW9ekSZhdiLTW3S/s6pQq6dLnvFuG4d5azzpdWi1OwPu7pcwEqU1+SCfWNmM9YIX4NO4j3+n+fFtSntQyrVVo3UGfY69o= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id BE6B1E9A74; Tue, 8 Sep 2020 22:16:41 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: 43286@debbugs.gnu.org Subject: [PATCH 2/3] gnu: Add ghc-dav. Date: Tue, 8 Sep 2020 22:16:27 -0400 Message-Id: <20200909021628.9319-2-kyle@kyleam.com> X-Mailer: git-send-email 2.28.0.618.gf4bc123cb7 In-Reply-To: <20200909021257.8682-1-kyle@kyleam.com> References: <20200909021257.8682-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Pobox-Relay-ID: 8006ED4C-F242-11EA-A83A-F0EA2EB3C613-24757444!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43286 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/haskell-web.scm (ghc-dav): New variable. --- `guix lint' flags the homepage with a connection timeout. I haven't had = any luck connecting to it, but I also haven't been able to find anything else= that seems like it'd be appropriate as the homepage. gnu/packages/haskell-web.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index b9474c973a..98d163566c 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -9,6 +9,7 @@ ;;; Copyright =C2=A9 2019 John Soo ;;; Copyright =C2=A9 2020 Alexandru-Sergiu Marton ;;; Copyright =C2=A9 2020 Marius Bakke +;;; Copyright =C2=A9 2020 Kyle Meyer ;;; ;;; This file is part of GNU Guix. ;;; @@ -1945,3 +1946,38 @@ (define-public ghc-bower-json "This package provides a data type and ToJSON/FromJSON instances fo= r Bower's package manifest file, bower.json.") (license license:expat))) + +(define-public ghc-dav + (package + (name "ghc-dav") + (version "1.3.4") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/DAV/DAV-= " + version ".tar.gz")) + (sha256 + (base32 "1isvi4fahq70lzxfz23as7qzkc01g7kba568l6flrgd0j1984fsy"))= )) + (build-system haskell-build-system) + (inputs + `(("ghc-case-insensitive" ,ghc-case-insensitive) + ("ghc-data-default" ,ghc-data-default) + ("ghc-exceptions" ,ghc-exceptions) + ("ghc-http-client" ,ghc-http-client) + ("ghc-http-client-tls" ,ghc-http-client-tls) + ("ghc-http-types" ,ghc-http-types) + ("ghc-lens" ,ghc-lens) + ("ghc-transformers-base" ,ghc-transformers-base) + ("ghc-transformers-compat" ,ghc-transformers-compat) + ("ghc-utf8-string" ,ghc-utf8-string) + ("ghc-xml-conduit" ,ghc-xml-conduit) + ("ghc-xml-hamlet" ,ghc-xml-hamlet) + ("ghc-network" ,ghc-network) + ("ghc-network-uri" ,ghc-network-uri) + ("ghc-optparse-applicative" ,ghc-optparse-applicative))) + (home-page "http://floss.scru.org/hDAV") + (synopsis "RFC 4918 WebDAV support") + (description "This package provides a library for the Web Distribute= d +Authoring and Versioning (WebDAV) extensions to HTTP as well an executab= le, +@command{hdav}, for command-line operation.") + (license license:gpl3))) --=20 2.28.0.618.gf4bc123cb7 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 08 22:16:54 2020 Received: (at 43286) by debbugs.gnu.org; 9 Sep 2020 02:16:54 +0000 Received: from localhost ([127.0.0.1]:56826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFpfK-0002ao-8D for submit@debbugs.gnu.org; Tue, 08 Sep 2020 22:16:54 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:58401) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFpfF-0002aU-2x for 43286@debbugs.gnu.org; Tue, 08 Sep 2020 22:16:49 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 4534E8D734; Tue, 8 Sep 2020 22:16:49 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=sasl; bh=w6pe88gZ4htM3ERhxfoTZF/9U xY=; b=YqQvc6tXTO4LGopZFijmS63uR8tphOzi2+pGEr/zAqLJ7YgsD1T2Debnr Z8VwwQ1FXzHbcO8jmAvSgmm0loy47p1zHU4RBq60wsYt/5I9gvT96XpXuQG0q9FG e4+Z2Ld1wH2dtzXn4ILaQYHtunTeZQ7NVya0eHyOcdNWVtPWU8= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 3D3648D733; Tue, 8 Sep 2020 22:16:49 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:subject:date:message-id:in-reply-to:references:mime-version:content-transfer-encoding; s=mesmtp; bh=guGOuOaC5PrtRX0xIMGWWhW4p3sX24WAZDe8xsYO0qU=; b=DGkgyWlg7R1eP94+1ZVLeZ0AX3AaXXHLuG2BUYy6oYgjhLQ370l1p7EyG75eIlVQhsKQorhgn3S+uTSt3rWeR+bA3gEuczshmLs1QK4nWObrDADa3JdGgWLXlbDGLV2dyMIYAcHdNe8Cill/iIuwlJl2VtuITgjV2R07TZcqJbQ= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 9282A8D732; Tue, 8 Sep 2020 22:16:48 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: 43286@debbugs.gnu.org Subject: [PATCH 3/3] gnu: git-annex: Update to 8.20200908. Date: Tue, 8 Sep 2020 22:16:28 -0400 Message-Id: <20200909021628.9319-3-kyle@kyleam.com> X-Mailer: git-send-email 2.28.0.618.gf4bc123cb7 In-Reply-To: <20200909021257.8682-1-kyle@kyleam.com> References: <20200909021257.8682-1-kyle@kyleam.com> MIME-Version: 1.0 X-Pobox-Relay-ID: 84185402-F242-11EA-9C73-2F5D23BA3BAF-24757444!pb-smtp2.pobox.com Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43286 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200908. [arguments]: Drop flag to disable WebDAV because the latest release unconditionally builds with WebDAV support. [inputs]: Add ghc-dav. --- gnu/packages/haskell-apps.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.sc= m index ddcd5c65ce..32e1c50852 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -339,18 +339,18 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "8.20200810") + (version "8.20200908") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "1wy6ckcf5f6m94gakg1504h1zryail3mmj85sglq03s45vawjcg6"))= )) + (base32 "1113inl10f4m0699ba2zglaqlfqvwhqjkqg6r6m1d5rqv5brswb1"))= )) (build-system haskell-build-system) (arguments `(#:configure-flags - '("--flags=3D-Android -Assistant -Pairing -Webapp -WebDAV") + '("--flags=3D-Android -Assistant -Pairing -Webapp") #:phases (modify-phases %standard-phases (add-before 'configure 'patch-shell-for-tests @@ -448,6 +448,7 @@ (define-public git-annex ("ghc-crypto-api" ,ghc-crypto-api) ("ghc-cryptonite" ,ghc-cryptonite) ("ghc-data-default" ,ghc-data-default) + ("ghc-dav" ,ghc-dav) ("ghc-disk-free-space" ,ghc-disk-free-space) ("ghc-dlist" ,ghc-dlist) ("ghc-edit-distance" ,ghc-edit-distance) --=20 2.28.0.618.gf4bc123cb7 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 09 01:13:23 2020 Received: (at 43286-done) by debbugs.gnu.org; 9 Sep 2020 05:13:23 +0000 Received: from localhost ([127.0.0.1]:56922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFsQ6-0006tp-UB for submit@debbugs.gnu.org; Wed, 09 Sep 2020 01:13:23 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:49233) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFsQ3-0006tZ-PB for 43286-done@debbugs.gnu.org; Wed, 09 Sep 2020 01:13:21 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 922325C0116; Wed, 9 Sep 2020 01:13:14 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Wed, 09 Sep 2020 01:13:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=DAd+pTeaupGkkPAypbVaxLJ8hjq3OxDjQsoPuOiBi Go=; b=Jd0CBvkp6oIYwz4N9sNQV7J7lZ4ZsECgQQQ2U1DimQ11i7gjMNO1CPyww 6YcRsxvLWXvc6pK635y/TdJHWkGjYVzLkQy1BqOlyZMe04U1Lj3h7/EpvZSzKty1 C8w83N2U/ZpIQGNSN6wz+LyRbu8EndDZ013dwtfaFd3lfjmlkrdwnSzIHWrlpL1P 63pvKjmXYB7IDtVLD49IsxXpckHKHDdoUX3In8klKMwN+Qsr0cJlHKX6m1XDMQ8g pMsf+i28WTrkZYZZKOPMAd1XQzdabakiXzjmOEpp4cAhdKbfuqxKNYNtpdZFStmv RBYhjcoEn82Huh1kBJcCaqlOEEYnw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudehgedgleehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufhfffgjkfgfgggtgfesthhqredttderjeenucfhrhhomhepvfhimhho thhhhicuufgrmhhplhgvuceoshgrmhhplhgvthesnhhghihrohdrtghomheqnecuggftrf grthhtvghrnhepjeegheduudevjeduudfhheeitddvudetheduffdvtdeiveevudevhfdu heehteevnecuffhomhgrihhnpeguvggsihgrnhdrohhrghenucfkphepjeegrdduudeird dukeeirdeggeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhr ohhmpehsrghmphhlvghtsehnghihrhhordgtohhm X-ME-Proxy: Received: from mrblack (74-116-186-44.qc.dsl.ebox.net [74.116.186.44]) by mail.messagingengine.com (Postfix) with ESMTPA id 132E7328005A; Wed, 9 Sep 2020 01:13:14 -0400 (EDT) From: Timothy Sample To: Kyle Meyer Subject: Re: [bug#43286] [PATCH 0/3] git-annex: Enable WebDAV support and update References: <20200909021257.8682-1-kyle@kyleam.com> Date: Wed, 09 Sep 2020 01:12:13 -0400 In-Reply-To: <20200909021257.8682-1-kyle@kyleam.com> (Kyle Meyer's message of "Tue, 8 Sep 2020 22:12:57 -0400") Message-ID: <875z8nbkk2.fsf@ngyro.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43286-done Cc: 43286-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Kyle, Kyle Meyer writes: > This series updates git-annex to the latest release. Two new inputs are > needed because git-annex no longer supports disabling WebDAV support at b= uild > time. > > [1/3] gnu: Add ghc-xml-hamlet. > [2/3] gnu: Add ghc-dav. > [3/3] gnu: git-annex: Update to 8.20200908. Pushed =E2=80=93 thanks very much! Oh, and about the homepage: I also had trouble connecting, and using the Internet Archive showed that even when it worked (5 years ago) it was only a link to Hackage and to the Git repo. It might make more sense to point it to , but the other address is still the project=E2=80=99s Web URL according to the project itself. In= the end, I left it as-is. I sent an email to the maintainer and will adjust it if and when I hear anything. -- Tim From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 09 20:21:32 2020 Received: (at 43286) by debbugs.gnu.org; 10 Sep 2020 00:21:32 +0000 Received: from localhost ([127.0.0.1]:35434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGALE-0000rv-5e for submit@debbugs.gnu.org; Wed, 09 Sep 2020 20:21:32 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:50599) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGALC-0000rn-Dt for 43286@debbugs.gnu.org; Wed, 09 Sep 2020 20:21:31 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 7E5A3F917A; Wed, 9 Sep 2020 20:21:29 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=wBgsevsJmy37 CvKDZ//iOYxg0Ew=; b=GkqF+J7ppITesZCsFzI0IUmieNjK6OiRJ59sgCxs9EGn BJQxwwZ0oo9fv6OFx2Si8OKRYAmLKVGkkJDTjv+D2bWHQobxsynCo0ZPWYcWuc6D YogG0ao7GhDssXFlkpz4rD/KTXDAJIsPdwMXpgUblFdEHuKPYj1Zg0Z7yETG9wI= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 77484F9179; Wed, 9 Sep 2020 20:21:29 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type:content-transfer-encoding; s=mesmtp; bh=TYyLMfAbdlIBrtEK7PbN3vp62iUPkeo5LNytmVU+cu0=; b=i1Ir9NN8hEkTZ5WaYi20XbHTWbtFdSbbrV9A0xvRS1Xso5kcAARte47K0hAKo6aiZjQYlk7DAcB6ScR9zxAjAAHVScIARbFF5HHjZlGJAix2tmP56l9gXlCv677B3v8RZPVtrtj0vO1AjJlV2wuAaaN2xbx2CaFEOlO4T2qAbtM= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id C9987F9178; Wed, 9 Sep 2020 20:21:26 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: Timothy Sample Subject: Re: [bug#43286] [PATCH 0/3] git-annex: Enable WebDAV support and update In-Reply-To: <875z8nbkk2.fsf@ngyro.com> References: <20200909021257.8682-1-kyle@kyleam.com> <875z8nbkk2.fsf@ngyro.com> Date: Wed, 09 Sep 2020 20:21:25 -0400 Message-ID: <874ko6fpmi.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Pobox-Relay-ID: 90CEBAE2-F2FB-11EA-AB62-843F439F7C89-24757444!pb-smtp21.pobox.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43286 Cc: 43286@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Timothy Sample writes: > Oh, and about the homepage: I also had trouble connecting, and using the > Internet Archive showed that even when it worked (5 years ago) it was > only a link to Hackage and to the Git repo. It might make more sense to > point it to , but the other address > is still the project=E2=80=99s Web URL according to the project itself. = In the > end, I left it as-is. I sent an email to the maintainer and will adjust > it if and when I hear anything. All right, thank you! From unknown Fri Sep 05 22:44:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 08 Oct 2020 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator