GNU bug report logs - #46845
[PATCH] Add ghc-dec

Previous Next

Package: guix-patches;

Reported by: pricly_yellow <at> dismail.de

Date: Mon, 1 Mar 2021 08:42:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46845: closed ([PATCH] Add ghc-dec)
Date: Mon, 29 May 2023 09:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 29 May 2023 11:41:12 +0200
with message-id <87zg5no4p3.fsf <at> fsfe.org>
and subject line Re: bug#46845: [PATCH] Add ghc-dec
has caused the debbugs.gnu.org bug report #46845,
regarding [PATCH] Add ghc-dec
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
46845: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46845
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: pricly_yellow <at> dismail.de
To: guix-patches <at> gnu.org
Subject: [PATCH] Add ghc-dec
Date: Mon, 01 Mar 2021 07:43:39 +0000
[Message part 3 (text/plain, inline)]
From 575a077cd5702412da8eac24bc17ec3e52f71e97 Mon Sep 17 00:00:00 2001 

	From: Danila Kryukov <pricly_yellow <at> dismail.de> 

	Date: Mon, 1 Mar 2021 12:41:43 +0700 

	Subject: [PATCH] Add ghc-dec 

	--- 

	gnu/packages/haskell-xyz.scm | 24 ++++++++++++++++++++++++ 

	1 file changed, 24 insertions(+) 

	diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm 

	index 1fa7310fab..bd68683e68 100644 

	--- a/gnu/packages/haskell-xyz.scm 

	+++ b/gnu/packages/haskell-xyz.scm 

	@@ -28,6 +28,7 @@ 

	;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407 <at> member.fsf.org> 

	;;; Copyright © 2020 Carlo Holl <carloholl <at> gmail.com> 

	;;; Copyright © 2020 Christopher Lemmer Webber <cwebber <at> dustycloud.org> 

	+;;; Copyright © 2021 Danila Kryukov <pricly_yellow <at> dismail.de> 

	;;; 

	;;; This file is part of GNU Guix. 

	;;; 

	@@ -15551,3 +15552,26 @@ Zstandard compression algorithm, a fast lossless compression algorithm 

	targeting real-time compression scenarios at zlib-level and better 

	compression ratios.") 

	(license license:bsd-3))) 

	+ 

	+(define-public ghc-dec 

	+ (package 

	+ (name "ghc-dec") 

	+ (version "0.0.3") 

	+ (outputs '("out" "static" "doc")) 

	+ (source 

	+ (origin 

	+ (method url-fetch) 

	+ (uri (string-append 

	+ "https://hackage.haskell.org/package/dec/dec-" 

	+ version 

	+ ".tar.gz")) 

	+ (sha256 

	+ (base32 "1y8bvlm2371dq2v0jv1srki98nbhbz091wh0g2x58wz78h971f6r")))) 

	+ (build-system haskell-build-system) 

	+ (arguments 

	+ `(#:cabal-revision 

	+ ("2" "1v5f5yby0cld1ziqqgkcx8b50qkpviplspm82a6wl7lw28cjm0hs"))) 

	+ (home-page "https://github.com/phadej/vec") 

	+ (synopsis "Dec type") 

	+ (description "This package provides a Dec type.") 

	+ (license license:bsd-3))) 

	-- 

	2.30.1
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
To: 46845-done <at> debbugs.gnu.org
Cc: pricly_yellow <at> dismail.de
Subject: Re: bug#46845: [PATCH] Add ghc-dec
Date: Mon, 29 May 2023 11:41:12 +0200
We currently have ghc-dec <at> 0.0.5 on master, so closing this.


This bug report was last modified 2 years and 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.