[bug#33480] gnu: ghc-tagged: Update to 0.8.6

Message ID 20181124043531.11149-1-brettg@posteo.net
State Accepted
Headers show
Series [bug#33480] gnu: ghc-tagged: Update to 0.8.6 | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied

Commit Message

Brett Gilio Nov. 24, 2018, 4:35 a.m. UTC
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Brett Gilio Dec. 5, 2019, 12:40 a.m. UTC | #1
Brett Gilio <brettg@posteo.net> 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.
Efraim Flashner Dec. 5, 2019, 8:35 a.m. UTC | #2
Close bug

Patch

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