[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/290: gnu: Add ghc-network-bsd.
From: |
guix-commits |
Subject: |
168/290: gnu: Add ghc-network-bsd. |
Date: |
Wed, 6 Nov 2019 08:22:57 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit bbba477a23da522ca4d772944f2fb89845a1d0e1
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 a542c49..df1eeed 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6859,6 +6859,27 @@ between 2 and 3 times faster than the Mersenne Twister.")
(base32
"0im8k51rw3ahmr23ny10pshwbz09jfg0fdpam0hzf2hgxnzmvxb1")))))))
+(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")
- 136/290: gnu: ghc-wave: Update to 0.2.0., (continued)
- 136/290: gnu: ghc-wave: Update to 0.2.0., guix-commits, 2019/11/06
- 152/290: gnu: ghc-iproute: Update to 1.7.7., guix-commits, 2019/11/06
- 139/290: gnu: ghc-graphviz: Update to 2999.20.0.3., guix-commits, 2019/11/06
- 144/290: gnu: ghc-patience: Update to 0.3., guix-commits, 2019/11/06
- 148/290: gnu: Add ghc-time-compat., guix-commits, 2019/11/06
- 154/290: gnu: ghc-comonad: Update to 5.0.5., guix-commits, 2019/11/06
- 156/290: gnu: ghc-socks: Update to 0.6.1., guix-commits, 2019/11/06
- 159/290: gnu: ghc-rio: Update to 0.1.12.0., guix-commits, 2019/11/06
- 161/290: gnu: ghc-bifunctors: Update to 5.5.5., guix-commits, 2019/11/06
- 166/290: gnu: ghc-haskell-src-meta: Update to 0.8.3., guix-commits, 2019/11/06
- 168/290: gnu: Add ghc-network-bsd.,
guix-commits <=
- 170/290: gnu: ghc-stringsearch: Update Cabal file to r1., guix-commits, 2019/11/06
- 173/290: gnu: ghc-hslua: Update to 1.0.3.2., guix-commits, 2019/11/06
- 176/290: gnu: ghc-email-validate: Update to 2.3.2.12., guix-commits, 2019/11/06
- 187/290: gnu: ghc-skylighting-core: Update to 0.8.2.1., guix-commits, 2019/11/06
- 106/290: gnu: ghc-extra: Update to 1.6.18., guix-commits, 2019/11/06
- 105/290: gnu: ghc-juicypixels: Update to 3.3.4., guix-commits, 2019/11/06
- 117/290: gnu: ghc-fgl: Update to 5.7.0.1., guix-commits, 2019/11/06
- 123/290: gnu: ghc-generic-deriving: Update to 1.12.4., guix-commits, 2019/11/06
- 128/290: gnu: ghc-regex: Update to 1.0.2.0., guix-commits, 2019/11/06
- 184/290: gnu: ghc-profunctors: Update to 5.3., guix-commits, 2019/11/06