[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/21: gnu: Add ghc-zlib-bindings
From: |
guix-commits |
Subject: |
17/21: gnu: Add ghc-zlib-bindings |
Date: |
Thu, 25 Jul 2019 06:02:02 -0400 (EDT) |
rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit 6230ecb699203bda38d5bc786aa3a757abe56a07
Author: Robert Vollmert <address@hidden>
Date: Mon Jul 15 10:47:41 2019 +0200
gnu: Add ghc-zlib-bindings
* gnu/packages/haskell-xyz.scm (ghc-zlib-bindings): New field.
---
gnu/packages/haskell-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 806a945..f1ba069 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -119,3 +119,34 @@ for applications using io-streams. The proxy protocol
allows information
about a networked peer (like remote address and port) to be propagated
through a forwarding proxy that is configured to speak this protocol.")
(license license:bsd-3)))
+
+(define-public ghc-zlib-bindings
+ (package
+ (name "ghc-zlib-bindings")
+ (version "0.1.1.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/zlib-bindings/zlib-bindings-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "02ciywlz4wdlymgc3jsnicz9kzvymjw1www2163gxidnz4wb8fy8"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-zlib" ,ghc-zlib)))
+ (native-inputs
+ `(("ghc-hspec" ,ghc-hspec)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
+ (arguments
+ `(#:cabal-revision
+ ("2"
+ "0fq49694gqkab8m0vq4i879blswczwd66n7xh4r4gwiahf0ryvqc")))
+ (home-page
+ "https://github.com/snapframework/zlib-bindings")
+ (synopsis
+ "Low-level bindings to the zlib package")
+ (description
+ "Low-level bindings to the zlib package.")
+ (license license:bsd-3)))
- 03/21: Revert "gnu: ghc-ansi-wl-pprint: Use ghc-ansi-terminal-0.8.", (continued)
- 03/21: Revert "gnu: ghc-ansi-wl-pprint: Use ghc-ansi-terminal-0.8.", guix-commits, 2019/07/25
- 04/21: gnu: ghc-hedgehog: Use ghc-ansi-terminal., guix-commits, 2019/07/25
- 07/21: gnu: ghc-validation: Downgrade to 1., guix-commits, 2019/07/25
- 06/21: gnu: ghc-concurrent-output: Downgrade to 1.10.9., guix-commits, 2019/07/25
- 05/21: Revert "gnu: ghc-ansi-terminal: Update to 0.9.1.", guix-commits, 2019/07/25
- 13/21: gnu: Add ghc-openssl-streams, guix-commits, 2019/07/25
- 10/21: gnu: Add ghc-http-streams, guix-commits, 2019/07/25
- 08/21: gnu: Add ghc-snap-core, guix-commits, 2019/07/25
- 18/21: gnu: Add ghc-io-streams, guix-commits, 2019/07/25
- 11/21: gnu: Add ghc-http-common, guix-commits, 2019/07/25
- 17/21: gnu: Add ghc-zlib-bindings,
guix-commits <=
- 14/21: gnu: Add ghc-language-glsl, guix-commits, 2019/07/25
- 09/21: gnu: Add ghc-snap-server, guix-commits, 2019/07/25
- 15/21: gnu: Add ghc-readable, guix-commits, 2019/07/25
- 16/21: gnu: Add ghc-io-streams-haproxy, guix-commits, 2019/07/25
- 20/21: gnu: Add ghc-threads, guix-commits, 2019/07/25
- 21/21: gnu: Add ghc-concurrent-extra, guix-commits, 2019/07/25
- 12/21: gnu: Add ghc-hsopenssl, guix-commits, 2019/07/25
- 19/21: gnu: Add ghc-prettyclass, guix-commits, 2019/07/25
- 02/21: gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml., guix-commits, 2019/07/25