all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazev@posteo.org>
To: 52527@debbugs.gnu.org
Subject: [bug#52527] [PATCH 2/4] gnu: Add ghc-hosc.
Date: Wed, 15 Dec 2021 23:01:06 +0000	[thread overview]
Message-ID: <acf19929e57d52225180f26fa525a03212443eea.1639609080.git.avityazev@posteo.org> (raw)
In-Reply-To: <cover.1639609080.git.avityazev@posteo.org>

* gnu/packages/haskell-xyz.scm (ghc-hosc): New variable.
---
 gnu/packages/haskell-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 476a2b98a6..5e009862d6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3027,6 +3027,26 @@ (define-public ghc-data-binary-ieee754
     (description "Convert Float and Decimal values to/from raw octets.")
     (license license:expat)))
 
+(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-data-binary-ieee754 ghc-network))
+    (home-page "https://rohandrape.net/?t=hosc")
+    (synopsis "Haskell Open Sound Control")
+    (description
+     "This package provides Sound.OSC, a haskell module implementing a subset
+of the Open Sound Control byte protocol. @{hosc} is required by the @{hsc3}
+haskell @code{supercollider} bindings.")
+    (license license:gpl3)))
+
 (define-public ghc-dbus
   (package
     (name "ghc-dbus")
-- 
2.34.0



-- 

Aleksandr Vityazev




  parent reply	other threads:[~2021-12-15 23:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-15 22:58 [bug#52527] [PATCH 0/4] gnu: Add ghc-tidal Aleksandr Vityazev
2021-12-15 23:01 ` [bug#52527] [PATCH 1/4] gnu: Add ghc-data-binary-ieee754 Aleksandr Vityazev
2021-12-15 23:01 ` Aleksandr Vityazev [this message]
2021-12-15 23:01 ` [bug#52527] [PATCH 3/4] gnu: Add ghc-microspec Aleksandr Vityazev
2021-12-15 23:01 ` [bug#52527] [PATCH 4/4] gnu: Add ghc-tidal Aleksandr Vityazev

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

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

  git send-email \
    --in-reply-to=acf19929e57d52225180f26fa525a03212443eea.1639609080.git.avityazev@posteo.org \
    --to=avityazev@posteo.org \
    --cc=52527@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 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.