[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
205/329: gnu: Add ghc-network-byte-order.
From: |
guix-commits |
Subject: |
205/329: gnu: Add ghc-network-byte-order. |
Date: |
Wed, 20 Nov 2019 21:18:02 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 096781a111253211a911b9721b376903e51b18d8
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 46ed0f9..7b1c475 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6900,6 +6900,28 @@ ncurses.")
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")
- 229/329: gnu: ghc-conduit: Update to 1.3.1.1., (continued)
- 229/329: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/11/20
- 232/329: gnu: Add ghc-libyaml., guix-commits, 2019/11/20
- 235/329: gnu: ghc-monad-logger: Update to 0.3.30., guix-commits, 2019/11/20
- 248/329: gnu: ghc-hackage-security: Update Cabal file to r6., guix-commits, 2019/11/20
- 169/329: gnu: ghc-httpd-shed: Update to 0.4.1.1., guix-commits, 2019/11/20
- 231/329: gnu: Add libyaml@2.1., guix-commits, 2019/11/20
- 233/329: gnu: ghc-yaml: Update to 0.11.1.2., guix-commits, 2019/11/20
- 243/329: gnu: ghc-stm-conduit: Update to 4.0.1., guix-commits, 2019/11/20
- 179/329: gnu: ghc-tls-session-manager: Update to 0.0.3., guix-commits, 2019/11/20
- 193/329: gnu: ghc-semigroupoids: Update to 5.3.3., guix-commits, 2019/11/20
- 205/329: gnu: Add ghc-network-byte-order.,
guix-commits <=
- 206/329: gnu: ghc-http2: Update to 1.6.5., guix-commits, 2019/11/20
- 213/329: gnu: ghc-path-io: Update to 1.4.2., guix-commits, 2019/11/20
- 221/329: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/20
- 227/329: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/11/20
- 237/329: gnu: Add ghc-text-metrics., guix-commits, 2019/11/20
- 162/329: gnu: ghc-charset: Update Cabal file to r1., guix-commits, 2019/11/20
- 211/329: gnu: ghc-auto-update: Update to 0.1.6., guix-commits, 2019/11/20
- 216/329: gnu: ghc-wai: Update to 3.2.2.1., guix-commits, 2019/11/20
- 217/329: gnu: ghc-snap-server: Update to 1.1.1.1., guix-commits, 2019/11/20
- 228/329: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/20