unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: WinterHound <winterhound@yandex.com>
To: 56314@debbugs.gnu.org
Cc: WinterHound <winterhound@yandex.com>
Subject: [bug#56314] Add ghc-hosc
Date: Thu, 30 Jun 2022 10:21:09 +0530	[thread overview]
Message-ID: <20220630045109.17836-3-winterhound@yandex.com> (raw)
In-Reply-To: <20220630045109.17836-1-winterhound@yandex.com>

---
 gnu/packages/haskell-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index eb1528b4a2..2198b3fa26 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16121,3 +16121,21 @@ (define-public ghc-singleton-bool
      "This package provides Type-level booleans.")
     (license license:bsd-3)))
 
+(define-public ghc-hosc
+  (package
+    (name "ghc-hosc")
+    (version "0.19.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hackage-uri "hosc" version))
+       (sha256
+        (base32 "08q218p1skqxwa7f55nsgmv9z8digf1c0f1wi6p562q6d4i044z7"))))
+    (build-system haskell-build-system)
+    (inputs (list ghc-blaze-builder
+                  ghc-network
+                  ghc-data-binary-ieee754))
+    (home-page "http://rohandrape.net/?t=hosc")
+    (synopsis "Haskell Open Sound Control")
+    (description "hosc implements a subset of the Open Sound Control byte protocol")
+    (license license:gpl3)))
-- 
2.36.1





      parent reply	other threads:[~2022-06-30  5:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-30  4:51 [bug#56313] Add ghc-data-binary-ieee754 WinterHound
2022-06-30  4:51 ` [bug#56315] Add ghc-microspec WinterHound
2022-06-30  4:51 ` WinterHound [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220630045109.17836-3-winterhound@yandex.com \
    --to=winterhound@yandex.com \
    --cc=56314@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).