[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
275/328: gnu: Add ghc-bitarray.
From: |
guix-commits |
Subject: |
275/328: gnu: Add ghc-bitarray. |
Date: |
Sat, 16 Nov 2019 19:33:24 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 054adca368ceaa7a29b90de4f27e732af14f2ac4
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 08:14:41 2019 -0500
gnu: Add ghc-bitarray.
* gnu/packages/haskell-xyz.scm (ghc-bitarray): 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 bd5b599..882df58 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -866,6 +866,27 @@ can use with C code to help write bindings to inline
functions or macro
functions.")
(license license:bsd-3)))
+(define-public ghc-bitarray
+ (package
+ (name "ghc-bitarray")
+ (version "0.0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "bitarray/bitarray-" version ".tar.gz"))
+ (sha256
+ (base32
+ "00nqd62cbh42qqqvcl6iv1i9kbv0f0mkiygv4j70wfh5cl86yzxj"))))
+ (build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("1" "10fk92v9afjqk43zi621jxl0n8kci0xjj32lz3vqa9xbh67zjz45")))
+ (home-page "https://hackage.haskell.org/package/bitarray")
+ (synopsis "Mutable and immutable bit arrays")
+ (description "The package provides mutable and immutable bit arrays.")
+ (license license:bsd-3)))
+
(define-public ghc-blaze-builder
(package
(name "ghc-blaze-builder")
- 251/328: gnu: ghc-lens: Update to 4.17.1., (continued)
- 251/328: gnu: ghc-lens: Update to 4.17.1., guix-commits, 2019/11/16
- 255/328: gnu: Add ghc-zstd., guix-commits, 2019/11/16
- 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 <=
- 278/328: gnu: Add ghc-unicode-transforms., guix-commits, 2019/11/16
- 277/328: gnu: Add ghc-getopt-generics., guix-commits, 2019/11/16
- 285/328: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/16
- 286/328: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/16
- 287/328: gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4., guix-commits, 2019/11/16
- 289/328: gnu: ghc-sandi: Update to 0.5., guix-commits, 2019/11/16
- 293/328: gnu: ghc-stylish-haskell: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 292/328: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux., guix-commits, 2019/11/16
- 284/328: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/11/16
- 296/328: gnu: ghc-hindent: Update to 5.3.1., guix-commits, 2019/11/16