[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33480] [PATCH] gnu: ghc-tagged: Update to 0.8.6
From: |
Brett Gilio |
Subject: |
[bug#33480] [PATCH] gnu: ghc-tagged: Update to 0.8.6 |
Date: |
Wed, 04 Dec 2019 18:40:11 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Brett Gilio <address@hidden> writes:
> ---
> 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
https://git.sr.ht/~brettgilio/
- [bug#33480] [PATCH] gnu: ghc-tagged: Update to 0.8.6,
Brett Gilio <=