[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/328: gnu: Add ghc-network-bsd.
From: |
guix-commits |
Subject: |
168/328: gnu: Add ghc-network-bsd. |
Date: |
Sat, 16 Nov 2019 19:33:00 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 1f742a77c7698d359e12250f458104c6218ab85a
Author: Timothy Sample <address@hidden>
Date: Fri Nov 1 22:14:20 2019 -0400
gnu: Add ghc-network-bsd.
* gnu/packages/haskell-xyz.scm (ghc-network-bsd): New variable.
---
gnu/packages/haskell-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 100db9a..d6f5653 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6861,6 +6861,27 @@ ncurses.")
"This package provides a low-level networking interface.")
(license license:bsd-3)))
+(define-public ghc-network-bsd
+ (package
+ (name "ghc-network-bsd")
+ (version "2.8.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "network-bsd/network-bsd-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0dfbwgrr28y6ypw7p1ppqg7v746qf14569q4xazj4ahdjw2xkpi5"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-network" ,ghc-network)))
+ (home-page "https://github.com/haskell/network-bsd")
+ (synopsis "POSIX network database (<netdb.h>) API")
+ (description "This package provides Haskell bindings to the the POSIX
+network database (<netdb.h>) API.")
+ (license license:bsd-3)))
+
(define-public ghc-network-info
(package
(name "ghc-network-info")
- 193/328: gnu: ghc-semigroupoids: Update to 5.3.3., (continued)
- 193/328: gnu: ghc-semigroupoids: Update to 5.3.3., guix-commits, 2019/11/16
- 194/328: gnu: ghc-http-api-data: Update to 0.4.1., guix-commits, 2019/11/16
- 198/328: gnu: ghc-texmath: Update to 0.11.3., guix-commits, 2019/11/16
- 201/328: gnu: ghc-statistics: Update to 0.15.1.1., guix-commits, 2019/11/16
- 202/328: gnu: ghc-invariant: Update to 0.5.3., guix-commits, 2019/11/16
- 206/328: gnu: ghc-http2: Update to 1.6.5., guix-commits, 2019/11/16
- 207/328: gnu: ghc-hedgehog: Update to 1.0.1., guix-commits, 2019/11/16
- 149/328: gnu: ghc-quickcheck-instances: Update to 0.3.22., guix-commits, 2019/11/16
- 155/328: gnu: ghc-megaparsec: Update to 7.0.5., guix-commits, 2019/11/16
- 148/328: gnu: Add ghc-time-compat., guix-commits, 2019/11/16
- 168/328: gnu: Add ghc-network-bsd.,
guix-commits <=
- 171/328: gnu: ghc-cgi: Update to 3001.4.0.0., guix-commits, 2019/11/16
- 176/328: gnu: ghc-email-validate: Update to 2.3.2.12., guix-commits, 2019/11/16
- 183/328: gnu: ghc-http-client: Update to 0.6.4., guix-commits, 2019/11/16
- 189/328: gnu: ghc-shakespeare: Update to 2.0.22., guix-commits, 2019/11/16
- 237/328: gnu: Add ghc-text-metrics., guix-commits, 2019/11/16
- 247/328: gnu: ghc-edit-distance: Update dependency constraints., guix-commits, 2019/11/16
- 137/328: gnu: ghc-zip-archive: Update to 0.4.1., guix-commits, 2019/11/16
- 215/328: gnu: ghc-either: Update to 5.0.1.1., guix-commits, 2019/11/16
- 210/328: gnu: Add ghc-retry., guix-commits, 2019/11/16
- 217/328: gnu: ghc-snap-server: Update to 1.1.1.1., guix-commits, 2019/11/16