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

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

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

Thread overview: 66+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 16:09 [PATCH 01/42] gnu: Add ghc-base16-bytestring ng0
2016-09-18 16:09 ` [PATCH 02/42] gnu: Add ghc-binary ng0
2016-09-18 16:09 ` [PATCH 03/42] gnu: ghc-cryptonite: Update to 0.19 ng0
2016-09-18 16:09 ` [PATCH 04/42] gnu: Add ghc-cryptohash ng0
2016-09-21  1:10   ` Leo Famulari
2016-09-26  9:16     ` Ludovic Courtès
2016-09-18 16:09 ` [PATCH 05/42] gnu: Add ghc-data-ordlist ng0
2016-09-18 16:09 ` [PATCH 06/42] gnu: Add ghc-haskeline ng0
2016-09-18 16:09 ` [PATCH 07/42] gnu: Add ghc-regex-applicative ng0
2016-09-18 16:09 ` [PATCH 08/42] gnu: Add ghc-regex-tdfa ng0
2016-09-21  1:11   ` Leo Famulari
2016-09-21  8:16     ` ng0
2016-09-23  0:03       ` Leo Famulari
2016-09-18 16:09 ` [PATCH 09/42] gnu: Add ghc-regex-compat-tdfa ng0
2016-09-18 16:09 ` [PATCH 10/42] gnu: Add ghc-tasty-th ng0
2016-09-21  1:11   ` Leo Famulari
2016-09-18 16:09 ` [PATCH 11/42] gnu: Add ghc-sandi ng0
2016-09-18 16:09 ` [PATCH 12/42] gnu: Add ghc-bytestring-handle ng0
2016-09-18 16:09 ` [PATCH 13/42] gnu: Add ghc-tar ng0
2016-09-21  1:11   ` Leo Famulari
2016-09-18 16:09 ` [PATCH 14/42] gnu: Add ghc-transformers ng0
2016-09-18 16:09 ` [PATCH 15/42] gnu: Add ghc-findbin ng0
2016-09-21  1:12   ` Leo Famulari
2016-09-18 16:09 ` [PATCH 16/42] gnu: Add ghc-patience ng0
2016-09-21  1:12   ` Leo Famulari
2016-09-18 16:09 ` [PATCH 17/42] gnu: Add ghc-monads-tf ng0
2016-09-18 16:09 ` [PATCH 18/42] gnu: Add ghc-bytestring ng0
2016-09-18 16:09 ` [PATCH 19/42] gnu: Add ghc-colour ng0
2016-09-21  1:12   ` Leo Famulari
2016-09-18 16:10 ` [PATCH 20/42] gnu: Add ghc-directory ng0
2016-09-18 16:10 ` [PATCH 21/42] gnu: Add ghc-process ng0
2016-09-21  1:13   ` Leo Famulari
2016-09-18 16:10 ` [PATCH 22/42] gnu: Add ghc-wl-pprint-text ng0
2016-09-18 16:10 ` [PATCH 23/42] gnu: ghc-fgl: Update to 5.5.3.0 ng0
2016-09-21  1:19   ` Leo Famulari
2016-09-18 16:10 ` [PATCH 24/42] gnu: Add ghc-fgl-arbitrary ng0
2016-09-18 16:10 ` [PATCH 25/42] gnu: Add ghc-graphviz ng0
2016-09-18 16:10 ` [PATCH 26/42] gnu: Add ghc-array ng0
2016-09-18 16:10 ` [PATCH 27/42] gnu: Add ghc-findbin ng0
2016-09-21  1:12   ` Leo Famulari
2016-09-21  8:20     ` ng0
2016-09-18 16:10 ` [PATCH 28/42] gnu: Add ghc-constraints ng0
2016-09-18 16:10 ` [PATCH 29/42] gnu: Add ghc-lifted-async ng0
2016-09-18 16:10 ` [PATCH 30/42] gnu: Add ghc-system-filepath-bootstrap ng0
2016-09-18 16:10 ` [PATCH 31/42] gnu: Add ghc-system-fileio-bootstrap ng0
2016-09-18 16:10 ` [PATCH 32/42] gnu: Add ghc-shelly ng0
2016-09-18 16:10 ` [PATCH 33/42] gnu: Add ghc-options-bootstrap ng0
2016-09-18 16:10 ` [PATCH 34/42] gnu: Add ghc-chell ng0
2016-09-18 16:10 ` [PATCH 35/42] gnu: Add ghc-chell-quickcheck-bootstrap ng0
2016-09-18 16:10 ` [PATCH 36/42] gnu: Add ghc-chell-quickcheck ng0
2016-09-18 16:10 ` [PATCH 37/42] gnu: Add ghc-options ng0
2016-09-18 16:10 ` [PATCH 38/42] gnu: Add ghc-system-filepath ng0
2016-09-18 16:10 ` [PATCH 39/42] gnu: Add ghc-system-fileio ng0
2016-09-18 16:10 ` [PATCH 40/42] gnu: Add ghc-transformers@0.4.2.0 ng0
2016-09-18 16:10 ` [PATCH 41/42] gnu: Add ghc-directory@1.2.2.0 ng0
2016-09-21  1:06   ` Leo Famulari
2016-09-18 16:10 ` [PATCH 42/42] gnu: Add darcs ng0
2016-09-21  1:44   ` Leo Famulari
2016-09-21  8:27     ` ng0
2016-09-26 21:04       ` Leo Famulari
2016-09-23  0:12     ` Leo Famulari
2016-09-23  9:12       ` ng0
2016-09-23 13:48         ` Leo Famulari
2016-09-23 20:08           ` ng0
2016-09-24  2:26             ` Leo Famulari
2016-09-24  9:07               ` 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.