GNU bug report logs - #26195
[PATCH 1/2] gnu: Add ghc-code-page.

Previous Next

Package: guix-patches;

Reported by: Peter Mikkelsen <petermikkelsen10 <at> gmail.com>

Date: Mon, 20 Mar 2017 20:27:03 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26195 in the body.
You can then email your comments to 26195 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26195; Package guix-patches. (Mon, 20 Mar 2017 20:27:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Mikkelsen <petermikkelsen10 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Mar 2017 20:27:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Peter Mikkelsen <petermikkelsen10 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Peter Mikkelsen <petermikkelsen10 <at> gmail.com>
Subject: [PATCH 1/2] gnu: Add ghc-code-page.
Date: Mon, 20 Mar 2017 20:17:09 +0100
* gnu/packages/haskell.scm (ghc-code-page): New variable.
---
 gnu/packages/haskell.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 2415881e8..2ad00958a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -562,6 +562,27 @@ package.")
 package.")
     (license license:bsd-3)))
 
+(define-public ghc-code-page
+  (package
+  (name "ghc-code-page")
+  (version "0.1.3")
+  (source
+   (origin
+     (method url-fetch)
+     (uri (string-append
+           "https://hackage.haskell.org/package/code-page/code-page-"
+           version ".tar.gz"))
+      (sha256
+       (base32
+        "1491frk4jx6dlhifky9dvcxbsbcfssrz979a5hp5zn061rh8cp76"))))
+  (build-system haskell-build-system)
+  (home-page "https://github.com/RyanGlScott/code-page")
+  (synopsis "Windows code page library for Haskell")
+  (description "A cross-platform library with functions for adjusting
+code pages on Windows.  On all other operating systems, the library does
+nothing.")
+  (license license:bsd-3)))
+
 (define-public ghc-haddock-library
   (package
     (name "ghc-haddock-library")
-- 
2.12.0





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Thu, 23 Mar 2017 11:58:02 GMT) Full text and rfc822 format available.

Notification sent to Peter Mikkelsen <petermikkelsen10 <at> gmail.com>:
bug acknowledged by developer. (Thu, 23 Mar 2017 11:58:02 GMT) Full text and rfc822 format available.

Message #10 received at 26195-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Peter Mikkelsen <petermikkelsen10 <at> gmail.com>
Cc: 26195-done <at> debbugs.gnu.org
Subject: Re: bug#26195: [PATCH 1/2] gnu: Add ghc-code-page.
Date: Thu, 23 Mar 2017 12:56:49 +0100
Peter Mikkelsen <petermikkelsen10 <at> gmail.com> skribis:

> * gnu/packages/haskell.scm (ghc-code-page): New variable.

I added a copyright line for you (let me know if I got it wrong) and
committed.

Thanks, and sorry for the delay!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#26195; Package guix-patches. (Thu, 23 Mar 2017 12:32:01 GMT) Full text and rfc822 format available.

Message #13 received at 26195-done <at> debbugs.gnu.org (full text, mbox):

From: Peter Mikkelsen <petermikkelsen10 <at> gmail.com>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 26195-done <at> debbugs.gnu.org
Subject: Re: bug#26195: [PATCH 1/2] gnu: Add ghc-code-page.
Date: Thu, 23 Mar 2017 14:31:45 +0100
ludo <at> gnu.org (Ludovic Courtès) writes:

> Peter Mikkelsen <petermikkelsen10 <at> gmail.com> skribis:
>
>> * gnu/packages/haskell.scm (ghc-code-page): New variable.
>
> I added a copyright line for you (let me know if I got it wrong) and
> committed.
>
> Thanks, and sorry for the delay!
>
> Ludo’.

Thanks! You got it right, and the delay was not a problem.

--
Peter Mikkelsen




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 21 Apr 2017 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 65 days ago.

Previous Next


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