Add ghc-data-binary-ieee754

  • Open
  • quality assurance status badge
Details
2 participants
  • Lars-Dominik Braun
  • WinterHound
Owner
unassigned
Submitted by
WinterHound
Severity
normal
Merged with
W
W
WinterHound wrote on 30 Jun 2022 06:51
(address . guix-patches@gnu.org)(name . WinterHound)(address . winterhound@yandex.com)
20220630045109.17836-1-winterhound@yandex.com
---
gnu/packages/haskell-xyz.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

Toggle diff (29 lines)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0ce47e0902..eb1528b4a2 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2785,6 +2785,22 @@ (define-public ghc-data-accessor-transformers
Accessor to access state in transformers State monad.")
(license license:bsd-3)))
+(define-public ghc-data-binary-ieee754
+ (package
+ (name "ghc-data-binary-ieee754")
+ (version "0.4.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "data-binary-ieee754" version))
+ (sha256
+ (base32 "02nzg1barhqhpf4x26mpzvk7jd29nali033qy01adjplv2z5m5sr"))))
+ (build-system haskell-build-system)
+ (home-page "https://john-millikin.com/software/data-binary-ieee754/")
+ (synopsis "Parser/Serialiser for IEEE-754 floating-point values")
+ (description "Convert Float and Decimal values to/from raw octets.")
+ (license license:expat)))
+
(define-public ghc-data-clist
(package
(name "ghc-data-clist")
--
2.36.1
L
L
Lars-Dominik Braun wrote on 30 Jun 2022 09:45
Re: [bug#56310] Add tidal
(address . control@debbugs.gnu.org)
Yr1UmUXvaHB17eie@noor.fritz.box
merge 56310 56313 56315 56314
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 56313@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 56313
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch