@@ -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")