all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 01/29] gnu: Add ghc-base16-bytestring.
@ 2016-09-03 12:46 ng0
  2016-09-03 12:46 ` [PATCH 02/29] gnu: Add ghc-binary ng0
                   ` (27 more replies)
  0 siblings, 28 replies; 33+ messages in thread
From: ng0 @ 2016-09-03 12:46 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] 33+ messages in thread

end of thread, other threads:[~2016-09-04 13:17 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-03 12:46 [PATCH 01/29] gnu: Add ghc-base16-bytestring ng0
2016-09-03 12:46 ` [PATCH 02/29] gnu: Add ghc-binary ng0
2016-09-03 12:46 ` [PATCH 03/29] gnu: ghc-cryptonite: Update to 0.19 ng0
2016-09-03 12:46 ` [PATCH 04/29] gnu: Add ghc-cryptohash ng0
2016-09-03 12:46 ` [PATCH 05/29] gnu: Add ghc-data-ordlist ng0
2016-09-03 12:46 ` [PATCH 06/29] gnu: Add ghc-terminfo ng0
2016-09-03 12:46 ` [PATCH 07/29] gnu: Add ghc-haskeline ng0
2016-09-03 12:46 ` [PATCH 08/29] gnu: Add ghc-regex-applicative ng0
2016-09-03 12:46 ` [PATCH 09/29] gnu: Add ghc-regex-tdfa ng0
2016-09-03 12:46 ` [PATCH 10/29] gnu: Add ghc-regex-compat-tdfa ng0
2016-09-03 12:46 ` [PATCH 11/29] gnu: Add ghc-tasty-th ng0
2016-09-03 12:46 ` [PATCH 12/29] gnu: Add ghc-sandi ng0
2016-09-03 12:46 ` [PATCH 13/29] gnu: Add ghc-bytestring-handle ng0
2016-09-03 12:46 ` [PATCH 14/29] gnu: Add ghc-tar ng0
2016-09-03 12:46 ` [PATCH 15/29] gnu: Add ghc-transformers ng0
2016-09-03 12:46 ` [PATCH 16/29] gnu: Add ghc-findbin ng0
2016-09-03 12:46 ` [PATCH 17/29] gnu: Add ghc-patience ng0
2016-09-03 12:46 ` [PATCH 18/29] gnu: Add ghc-monads-tf ng0
2016-09-03 12:46 ` [PATCH 19/29] gnu: Add ghc-bytestring ng0
2016-09-03 12:46 ` [PATCH 20/29] gnu: Add ghc-colour ng0
2016-09-03 12:46 ` [PATCH 21/29] gnu: Add ghc-directory ng0
2016-09-03 12:46 ` [PATCH 22/29] gnu: Add ghc-process ng0
2016-09-03 12:46 ` [PATCH 23/29] gnu: Add ghc-wl-pprint-text ng0
2016-09-03 12:46 ` [PATCH 24/29] gnu: ghc-fgl: Update to 5.5.3.0 ng0
2016-09-03 12:46 ` [PATCH 25/29] gnu: Add ghc-fgl-arbitrary ng0
2016-09-03 12:46 ` [PATCH 26/29] gnu: Add ghc-graphviz ng0
2016-09-03 12:46 ` [PATCH 27/29] gnu: Add ghc-array ng0
2016-09-03 12:46 ` [PATCH 28/29] gnu: Add ghc-findbin ng0
2016-09-03 12:46 ` [PATCH 29/29] gnu: Add darcs ng0
2016-09-03 12:52   ` ng0
2016-09-03 13:51     ` Peter Mikkelsen
2016-09-03 16:32     ` ng0
2016-09-04 13:17       ` ng0

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.