[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/329: gnu: Add ghc-network-bsd.
From: |
guix-commits |
Subject: |
168/329: gnu: Add ghc-network-bsd. |
Date: |
Wed, 20 Nov 2019 21:17:52 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 30eebbe6c341bfafad2124cbb9992e35676933f6
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")
- 187/329: gnu: ghc-skylighting-core: Update to 0.8.2.1., (continued)
- 187/329: gnu: ghc-skylighting-core: Update to 0.8.2.1., guix-commits, 2019/11/20
- 188/329: gnu: ghc-inline-c: Update to 0.7.0.1., guix-commits, 2019/11/20
- 190/329: gnu: ghc-aeson-compat: Update to 0.3.9., guix-commits, 2019/11/20
- 186/329: gnu: ghc-diff: Patch to work with newer QuickCheck., guix-commits, 2019/11/20
- 195/329: gnu: ghc-openssl-streams: Update to 1.2.2.0., guix-commits, 2019/11/20
- 198/329: gnu: ghc-texmath: Update to 0.11.3., guix-commits, 2019/11/20
- 203/329: gnu: ghc-vault: Update to 0.3.1.3., guix-commits, 2019/11/20
- 202/329: gnu: ghc-invariant: Update to 0.5.3., guix-commits, 2019/11/20
- 215/329: gnu: ghc-either: Update to 5.0.1.1., guix-commits, 2019/11/20
- 140/329: gnu: ghc-atomic-write: Update to 0.2.0.6., guix-commits, 2019/11/20
- 168/329: gnu: Add ghc-network-bsd.,
guix-commits <=
- 224/329: gnu: ghc-rerebase: Update to 1.3.1.1., guix-commits, 2019/11/20
- 225/329: gnu: ghc-wai-extra: Update to 3.0.28., guix-commits, 2019/11/20
- 167/329: gnu: ghc-attoparsec-iso8601: Update to 1.0.1.0., guix-commits, 2019/11/20
- 191/329: gnu: ghc-pandoc-types: Update to 1.17.6.1., guix-commits, 2019/11/20
- 196/329: gnu: ghc-skylighting: Update to 0.8.2.1., guix-commits, 2019/11/20
- 204/329: gnu: ghc-cheapskate: Update to 0.1.1.1., guix-commits, 2019/11/20
- 208/329: gnu: Add ghc-tasty-hedgehog., guix-commits, 2019/11/20
- 210/329: gnu: Add ghc-retry., guix-commits, 2019/11/20
- 136/329: gnu: ghc-wave: Update to 0.2.0., guix-commits, 2019/11/20
- 135/329: gnu: ghc-gnuplot: Update to 0.5.6., guix-commits, 2019/11/20