guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: Add ghc-data-accessor.


From: Federico Beffa
Subject: 08/11: gnu: Add ghc-data-accessor.
Date: Mon, 31 Oct 2016 15:14:16 +0000 (UTC)

beffa pushed a commit to branch master
in repository guix.

commit 505e0150dc079427eba2fa5148ab74de8784757e
Author: Federico Beffa <address@hidden>
Date:   Mon Oct 24 17:30:50 2016 +0200

    gnu: Add ghc-data-accessor.
    
    * gnu/packages/haskell.scm (ghc-data-accessor): New variable.
---
 gnu/packages/haskell.scm |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a933162..26979f4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7902,4 +7902,24 @@ monad, as well as a typeclass abstracting their common 
operations, and
 a set of wrappers to use the hash tables in the IO monad.")
     (license license:bsd-3)))
 
+(define-public ghc-data-accessor
+  (package
+    (name "ghc-data-accessor")
+    (version "0.2.2.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://package/data-accessor/data-accessor-"
+             version ".tar.gz"))
+       (sha256
+        (base32 "1vf2g1gac3rm32g97rl0fll51m88q7ry4m6khnl5j47qsmx24r9l"))))
+    (build-system haskell-build-system)
+    (home-page "http://www.haskell.org/haskellwiki/Record_access";)
+    (synopsis
+     "Haskell utilities for accessing and manipulating fields of records")
+    (description "This package provides Haskell modules for accessing and
+manipulating fields of records.")
+    (license license:bsd-3)))
+
 ;;; haskell.scm ends here



reply via email to

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