mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ghc-bitarray.
* gnu/packages/haskell-xyz.scm (ghc-bitarray): New variable.
This commit is contained in:
parent
b37d0c825f
commit
64f4278624
1 changed files with 21 additions and 0 deletions
|
@ -866,6 +866,27 @@ can use with C code to help write bindings to inline functions or macro
|
||||||
functions.")
|
functions.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public ghc-blaze-builder
|
||||||
(package
|
(package
|
||||||
(name "ghc-blaze-builder")
|
(name "ghc-blaze-builder")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue