unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: Guix-devel <guix-devel@gnu.org>
Subject: [PATCH 02/24] gnu: Add ghc-paths.
Date: Mon, 6 Apr 2015 18:38:38 +0200	[thread overview]
Message-ID: <CAKrPhPNeoP_Ywx8beVMnrkeXDwBAJqj=gcTwOEZqLN0wq+cjHw@mail.gmail.com> (raw)

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

Fede

[-- Attachment #2: 0002-gnu-Add-ghc-paths.patch --]
[-- Type: text/x-diff, Size: 1397 bytes --]

From 3191ee610727c3d0bbf7849fd7bd5c5ec20b6fc4 Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Thu, 26 Mar 2015 17:55:23 +0100
Subject: [PATCH 02/24] gnu: Add ghc-paths.

* gnu/packages/haskell.scm: (ghc-paths): New variable.
---
 gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d02c5f9..eacfa2d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -253,4 +253,27 @@ by Mark P Jones, in 'Advanced School of Functional Programming', 1995
 http://web.cecs.pdx.edu/~mpj/pubs/springschool.html.")
   (license bsd-3)))
 
+(define-public ghc-paths
+  (package
+    (name "ghc-paths")
+    (version "0.1.0.9")
+    (outputs '("out" "doc"))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://hackage.haskell.org/package/ghc-paths/ghc-paths-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "0ibrr1dxa35xx20cpp8jzgfak1rdmy344dfwq4vlq013c6w8z9mg"))))
+    (build-system haskell-build-system)
+    (home-page "https://github.com/simonmar/ghc-paths")
+    (synopsis
+     "Knowledge of GHC's installation directories")
+    (description
+     "Knowledge of GHC's installation directories.")
+    (license bsd-3)))
+
 ;;; haskell.scm ends here
-- 
2.2.1


             reply	other threads:[~2015-04-06 16:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-06 16:38 Federico Beffa [this message]
2015-04-08  8:01 ` [PATCH 02/24] gnu: Add ghc-paths Ludovic Courtès
2015-04-08 11:44   ` Federico Beffa
2015-04-08 12:10     ` Ludovic Courtès

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='CAKrPhPNeoP_Ywx8beVMnrkeXDwBAJqj=gcTwOEZqLN0wq+cjHw@mail.gmail.com' \
    --to=beffa@ieee.org \
    --cc=guix-devel@gnu.org \
    /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).