unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: pricly_yellow--- via Guix-patches via <guix-patches@gnu.org>
To: 46845@debbugs.gnu.org
Subject: [bug#46845] [PATCH] Add ghc-dec
Date: Mon, 01 Mar 2021 07:43:39 +0000	[thread overview]
Message-ID: <056eb37a204533e3153cbf4e159c2019@dismail.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 1860 bytes --]

From 575a077cd5702412da8eac24bc17ec3e52f71e97 Mon Sep 17 00:00:00 2001 

	From: Danila Kryukov <pricly_yellow@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@member.fsf.org> 

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

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

	+;;; Copyright © 2021 Danila Kryukov <pricly_yellow@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

[-- Attachment #2: Type: text/html, Size: 4429 bytes --]

             reply	other threads:[~2021-03-01 14:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01  7:43 pricly_yellow--- via Guix-patches via [this message]
2023-05-29  9:41 ` bug#46845: [PATCH] Add ghc-dec Jelle Licht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=056eb37a204533e3153cbf4e159c2019@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=46845@debbugs.gnu.org \
    --cc=pricly_yellow@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).