guix-commits
[Top][All Lists]
Advanced

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

54/151: gnu: Add ghc-byteorder.


From: Paul
Subject: 54/151: gnu: Add ghc-byteorder.
Date: Tue, 20 Oct 2015 15:30:21 +0000

toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.

commit cb611493c2add0b3b3f604d59939d9c87d51b4e5
Author: Paul van der Walt <address@hidden>
Date:   Thu Oct 15 21:18:48 2015 +0200

    gnu: Add ghc-byteorder.
    
    * gnu/packages/haskell.scm (ghc-byteorder): New variable.
---
 gnu/packages/haskell.scm |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 026bce3..bb103c8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1951,6 +1951,30 @@ a subset of @code{MonadBase} into which generic control 
operations such as
 @code{catch} can be lifted from @code{IO} or any other base monad.")
     (license bsd-3)))
 
+(define-public ghc-byteorder
+  (package
+    (name "ghc-byteorder")
+    (version "1.0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://hackage.haskell.org/package/byteorder/byteorder-";
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "06995paxbxk8lldvarqpb3ygcjbg4v8dk4scib1rjzwlhssvn85x"))))
+    (build-system haskell-build-system)
+    (home-page
+     "http://community.haskell.org/~aslatter/code/byteorder";)
+    (synopsis
+     "Exposes the native endianness of the system")
+    (description
+     "This package is for working with the native byte-ordering of the
+system.")
+    (license bsd-3)))
+
 (define-public ghc-async
   (package
     (name "ghc-async")



reply via email to

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