unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 01/23] gnu: Add ghc-base16-bytestring.
@ 2016-09-02  9:39 ng0
  2016-09-02  9:39 ` [PATCH 02/23] gnu: Add ghc-binary ng0
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: ng0 @ 2016-09-02  9:39 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/haskell.scm (ghc-base16-bytestring): 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 87628b5..edb098a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6432,4 +6432,25 @@ can be specified precisely in the type.  The language is closely related to
 Epigram and Agda.")
     (license license:bsd-3)))
 
+(define-public ghc-base16-bytestring
+  (package
+    (name "ghc-base16-bytestring")
+    (version "0.1.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/base16-bytestring/"
+             "base16-bytestring-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0jf40m3yijqw6wd1rwwvviww46fasphaay9m9rgqyhf5aahnbzjs"))))
+    (build-system haskell-build-system)
+    (home-page "http://github.com/bos/base16-bytestring")
+    (synopsis "Fast base16 (hex) encoding and decoding for ByteStrings")
+    (description
+     "This package provides a Haskell library for working with base16-encoded
+data quickly and efficiently, using the ByteString type.")
+    (license license:bsd-3)))
+
 ;;; haskell.scm ends here
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2016-09-02  9:40 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-02  9:39 [PATCH 01/23] gnu: Add ghc-base16-bytestring ng0
2016-09-02  9:39 ` [PATCH 02/23] gnu: Add ghc-binary ng0
2016-09-02  9:39 ` [PATCH 03/23] gnu: ghc-cryptonite: Update to 0.19 ng0
2016-09-02  9:39 ` [PATCH 04/23] gnu: Add ghc-cryptohash ng0
2016-09-02  9:39 ` [PATCH 05/23] gnu: Add ghc-data-ordlist ng0
2016-09-02  9:39 ` [PATCH 06/23] gnu: Add ghc-terminfo ng0
2016-09-02  9:39 ` [PATCH 07/23] gnu: Add ghc-haskeline ng0
2016-09-02  9:39 ` [PATCH 08/23] gnu: Add ghc-regex-applicative ng0
2016-09-02  9:39 ` [PATCH 09/23] gnu: Add ghc-regex-tdfa ng0
2016-09-02  9:39 ` [PATCH 10/23] gnu: Add ghc-regex-compat-tdfa ng0
2016-09-02  9:39 ` [PATCH 11/23] gnu: Add ghc-tasty-th ng0
2016-09-02  9:39 ` [PATCH 12/23] gnu: Add ghc-sandi ng0
2016-09-02  9:40 ` [PATCH 13/23] gnu: Add ghc-bytestring-handle ng0
2016-09-02  9:40 ` [PATCH 14/23] gnu: Add ghc-tar ng0
2016-09-02  9:40 ` [PATCH 15/23] gnu: Add ghc-transformers ng0
2016-09-02  9:40 ` [PATCH 16/23] gnu: Add ghc-findbin ng0
2016-09-02  9:40 ` [PATCH 17/23] gnu: Add ghc-patience ng0
2016-09-02  9:40 ` [PATCH 18/23] gnu: Add ghc-monads-tf ng0
2016-09-02  9:40 ` [PATCH 19/23] gnu: Add ghc-bytestring ng0
2016-09-02  9:40 ` [PATCH 20/23] gnu: Add ghc-colour ng0
2016-09-02  9:40 ` [PATCH 21/23] gnu: Add ghc-directory ng0
2016-09-02  9:40 ` [PATCH 22/23] gnu: Add ghc-process ng0
2016-09-02  9:40 ` [PATCH 23/23] gnu: Add ghc-wl-pprint-text ng0

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).