[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
255/328: gnu: Add ghc-zstd.
From: |
guix-commits |
Subject: |
255/328: gnu: Add ghc-zstd. |
Date: |
Sat, 16 Nov 2019 19:33:20 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit e2d8642b3f8d748f4e14899f51f8214437e7a4ca
Author: Timothy Sample <address@hidden>
Date: Tue Nov 5 17:42:19 2019 -0500
gnu: Add ghc-zstd.
* gnu/packages/haskell-xyz.scm (ghc-zstd): New variable.
---
gnu/packages/haskell-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0da0212..9115afd 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -12263,3 +12263,28 @@ provides access to the full zlib feature set.")
(description "This package provides low-level bindings to the
@code{zlib} package.")
(license license:bsd-3)))
+
+(define-public ghc-zstd
+ (package
+ (name "ghc-zstd")
+ (version "0.1.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "zstd/zstd-" version ".tar.gz"))
+ (sha256
+ (base32
+ "147s496zvw13akxqzg65mgfvk3bvhrcilxgf8n786prxg5cm4jz2"))))
+ (build-system haskell-build-system)
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
+ (home-page "https://github.com/luispedro/hs-zstd")
+ (synopsis "Haskell bindings to the Zstandard compression algorithm")
+ (description "This library provides Haskell bindings to the
+Zstandard compression algorithm, a fast lossless compression algorithm
+targeting real-time compression scenarios at zlib-level and better
+compression ratios.")
+ (license license:bsd-3)))
- 214/328: gnu: ghc-free: Update to 5.1.2., (continued)
- 214/328: gnu: ghc-free: Update to 5.1.2., guix-commits, 2019/11/16
- 221/328: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/16
- 225/328: gnu: ghc-wai-extra: Update to 3.0.28., guix-commits, 2019/11/16
- 231/328: gnu: Add libyaml@2.1., guix-commits, 2019/11/16
- 240/328: gnu: Add ghc-lib-parser., guix-commits, 2019/11/16
- 245/328: gnu: ghc-persistent: Update to 2.9.2., guix-commits, 2019/11/16
- 246/328: gnu: ghc-cryptohash-sha256: Update Cabal file to r3., guix-commits, 2019/11/16
- 244/328: gnu: ghc-feed: Update to 1.2.0.1., guix-commits, 2019/11/16
- 249/328: gnu: ghc-resolv: Update to 0.1.1.2., guix-commits, 2019/11/16
- 251/328: gnu: ghc-lens: Update to 4.17.1., guix-commits, 2019/11/16
- 255/328: gnu: Add ghc-zstd.,
guix-commits <=
- 264/328: gnu: ghc-chart: Update to 1.9.1., guix-commits, 2019/11/16
- 226/328: gnu: ghc-vector-builder: Update to 0.3.8., guix-commits, 2019/11/16
- 256/328: gnu: Add ghc-conduit-zstd., guix-commits, 2019/11/16
- 263/328: gnu: ghc-linear: Update to 1.20.9., guix-commits, 2019/11/16
- 265/328: gnu: ghc-tree-diff: Update to 0.1., guix-commits, 2019/11/16
- 266/328: gnu: cabal-install: Update to 2.4.0.0., guix-commits, 2019/11/16
- 269/328: gnu: ghc-persistent-sqlite: Update to 2.9.3., guix-commits, 2019/11/16
- 272/328: gnu: ghc-yesod-persistent: Update to 1.6.0.2., guix-commits, 2019/11/16
- 275/328: gnu: Add ghc-bitarray., guix-commits, 2019/11/16
- 278/328: gnu: Add ghc-unicode-transforms., guix-commits, 2019/11/16