[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
205/290: gnu: Add ghc-network-byte-order.
From: |
guix-commits |
Subject: |
205/290: gnu: Add ghc-network-byte-order. |
Date: |
Wed, 6 Nov 2019 08:23:09 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 9f5ce5779768256c967e98e72d6e30c67fc160e8
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 22:11:16 2019 -0500
gnu: Add ghc-network-byte-order.
* gnu/packages/haskell-xyz.scm (ghc-network-byte-order): New variable.
---
gnu/packages/haskell-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9d4b263..392553d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6898,6 +6898,28 @@ between 2 and 3 times faster than the Mersenne Twister.")
network database (<netdb.h>) API.")
(license license:bsd-3)))
+(define-public ghc-network-byte-order
+ (package
+ (name "ghc-network-byte-order")
+ (version "0.1.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "network-byte-order/network-byte-order-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "19cs6157amcc925vwr92q1azwwzkbam5g0k70i6qi80fhpikh37c"))))
+ (build-system haskell-build-system)
+ (native-inputs
+ `(("ghc-doctest" ,ghc-doctest)))
+ (home-page "http://hackage.haskell.org/package/network-byte-order")
+ (synopsis "Network byte order utilities")
+ (description "This library provides peek and poke functions for network
+byte order.")
+ (license license:bsd-3)))
+
(define-public ghc-network-info
(package
(name "ghc-network-info")
- 178/290: gnu: ghc-lifted-async: Update to 0.10.0.4., (continued)
- 178/290: gnu: ghc-lifted-async: Update to 0.10.0.4., guix-commits, 2019/11/06
- 185/290: gnu: ghc-aeson-pretty: Update to 0.8.8., guix-commits, 2019/11/06
- 191/290: gnu: ghc-pandoc-types: Update to 1.17.6.1., guix-commits, 2019/11/06
- 190/290: gnu: ghc-aeson-compat: Update to 0.3.9., guix-commits, 2019/11/06
- 189/290: gnu: ghc-shakespeare: Update to 2.0.22., guix-commits, 2019/11/06
- 193/290: gnu: ghc-semigroupoids: Update to 5.3.3., guix-commits, 2019/11/06
- 192/290: gnu: ghc-io-streams-haproxy: Update to 1.0.1.0., guix-commits, 2019/11/06
- 195/290: gnu: ghc-openssl-streams: Update to 1.2.2.0., guix-commits, 2019/11/06
- 197/290: gnu: ghc-inline-c-cpp: Update to 0.3.0.3., guix-commits, 2019/11/06
- 202/290: gnu: ghc-invariant: Update to 0.5.3., guix-commits, 2019/11/06
- 205/290: gnu: Add ghc-network-byte-order.,
guix-commits <=
- 208/290: gnu: Add ghc-tasty-hedgehog., guix-commits, 2019/11/06
- 209/290: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4., guix-commits, 2019/11/06
- 213/290: gnu: ghc-path-io: Update to 1.4.2., guix-commits, 2019/11/06
- 186/290: gnu: ghc-diff: Patch to work with newer QuickCheck., guix-commits, 2019/11/06
- 194/290: gnu: ghc-http-api-data: Update to 0.4.1., guix-commits, 2019/11/06
- 201/290: gnu: ghc-statistics: Update to 0.15.1.1., guix-commits, 2019/11/06
- 199/290: gnu: ghc-monad-par: Add a patch to fix tests on GHC 8.6., guix-commits, 2019/11/06
- 203/290: gnu: ghc-vault: Update to 0.3.1.3., guix-commits, 2019/11/06
- 206/290: gnu: ghc-http2: Update to 1.6.5., guix-commits, 2019/11/06
- 210/290: gnu: Add ghc-retry., guix-commits, 2019/11/06