GNU bug report logs -
#56313
Add ghc-data-binary-ieee754
Previous Next
To reply to this bug, email your comments to 56313 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#56313
; Package
guix-patches
.
(Thu, 30 Jun 2022 04:52:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
WinterHound <winterhound <at> yandex.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 30 Jun 2022 04:52:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/haskell-xyz.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
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
This bug report was last modified 2 years and 353 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.