emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26195: closed ([PATCH 1/2] gnu: Add ghc-code-page.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26195: closed ([PATCH 1/2] gnu: Add ghc-code-page.)
Date: Thu, 23 Mar 2017 11:58:02 +0000

Your message dated Thu, 23 Mar 2017 12:56:49 +0100
with message-id <address@hidden>
and subject line Re: bug#26195: [PATCH 1/2] gnu: Add ghc-code-page.
has caused the debbugs.gnu.org bug report #26195,
regarding [PATCH 1/2] gnu: Add ghc-code-page.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26195: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26195
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#26195: [PATCH 1/2] gnu: Add ghc-code-page. Date: Thu, 23 Mar 2017 12:56:49 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
Peter Mikkelsen <address@hidden> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]