[PATCH] gnu: ghc-tagged: Update to 0.8.6

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Efraim Flashner
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)(name . Brett Gilio)(address . brettg@posteo.net)
20181124043531.11149-1-brettg@posteo.net
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5cd746b36..f06909b8d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4805,7 +4805,7 @@ periodic, on-demand actions in Haskell.")
(define-public ghc-tagged
(package
(name "ghc-tagged")
- (version "0.8.5")
+ (version "0.8.6")
(source
(origin
(method url-fetch)
@@ -4815,7 +4815,7 @@ periodic, on-demand actions in Haskell.")
".tar.gz"))
(sha256
(base32
- "16cdzh0bw16nvjnyyy5j9s60malhz4nnazw96vxb0xzdap4m2z74"))))
+ "1pciqzxf9ncv954v4r527xkxkn7r5hcr13mfw5dg1xjci3qdw5md"))))
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
--
2.19.2
Brett Gilio wrote 5 years ago
(address . 33480@debbugs.gnu.org)
87d0d361w4.fsf@posteo.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (27 lines)
> ---
> gnu/packages/haskell.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 5cd746b36..f06909b8d 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -4805,7 +4805,7 @@ periodic, on-demand actions in Haskell.")
> (define-public ghc-tagged
> (package
> (name "ghc-tagged")
> - (version "0.8.5")
> + (version "0.8.6")
> (source
> (origin
> (method url-fetch)
> @@ -4815,7 +4815,7 @@ periodic, on-demand actions in Haskell.")
> ".tar.gz"))
> (sha256
> (base32
> - "16cdzh0bw16nvjnyyy5j9s60malhz4nnazw96vxb0xzdap4m2z74"))))
> + "1pciqzxf9ncv954v4r527xkxkn7r5hcr13mfw5dg1xjci3qdw5md"))))
> (build-system haskell-build-system)
> (arguments
> `(#:cabal-revision

This is a historical bug report and is no longer relevant. It can be
closed.

--
Brett M. Gilio
Efraim Flashner wrote 5 years ago
(address . 33480-done@debbugs.gnu.org)
20191205083512.GN15280@E5400
Close bug


--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl3owUAACgkQQarn3Mo9
g1GGxw//f7m4y422wAEGdAWl8cvKdf6pitc8boePhUetJY3vkISe77ysTGiKe7jC
x8EMStVDY2tSUTZKJKI8bB/GP0s1MmJgy+Bf33t0WqZAGKayMJnslgCvcda95qvW
mfaYzx07vWh27nhNjf5/oicuoWM0ZGd3NxRqBxzXszZcxdptw0EvnszfOPr0ibFQ
acwVgaBs1XOp6KscXLsXGPG2cNunDZrLwo8sy2K/OtM//YBRblitTr8W8U8DC2WE
MxztvoqgTIovXF9R0NzYn9IyH423d7ja0uJleBc7I+dwqJZlqQ8o2DKKSKQMDMJa
peW1ETyB+XyLSetTuUEaPYfU104v0JjW6ExVeTp6Xl+TRzT8M3qxgJndsksS7U5q
Nf311fghjKVLFZ7iXG/kJ4ezXntk7c44pfe7XEptZMMJqCabgEZ9IBrthZYYRMgr
k77V6YMmkmdLv0UbjkBkaLIqug4tiPwHeC0omllzseYgJIGV9EY+1AxWCYfvGdWw
9iuK043BVTAA4hSBjzDvU9APUBPLRzDsDjAfcXM8mzOXEhoulwWW3U7KUBjZgeJK
m3dTKiI0qT43M704xns5hCSqAZpg0p/Lnywvvq0bvOo+eaR+SIhqngJQeiSJP0G5
sVH5zZ4cbAsyn1jmva8DdxV0cpVsRBtLrXqHk5k+2DoseYKEvzQ=
=Tv7L
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33480@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33480
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help