mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ghc-boxes.
* gnu/packages/haskell.scm (ghc-boxes): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
be04f8020a
commit
3f8b8e731c
1 changed files with 22 additions and 0 deletions
|
@ -5102,6 +5102,28 @@ prettified JSON to stdout. It also offers a complementary \"compact\"-mode,
|
||||||
essentially the opposite of pretty-printing.")
|
essentially the opposite of pretty-printing.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public ghc-boxes
|
||||||
|
(package
|
||||||
|
(name "ghc-boxes")
|
||||||
|
(version "0.1.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://hackage.haskell.org/package/boxes/boxes-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1n7xiplzd3s1a39nizwjcgsh3wi2348mp21c3fk19v98ialfjgjf"))))
|
||||||
|
(build-system haskell-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("ghc-split" ,ghc-split)
|
||||||
|
("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
|
(home-page "https://hackage.haskell.org/package/boxes")
|
||||||
|
(synopsis "2D text pretty-printing library")
|
||||||
|
(description
|
||||||
|
"Boxes is a pretty-printing library for laying out text in two dimensions,
|
||||||
|
using a simple box model.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-wai
|
(define-public ghc-wai
|
||||||
(package
|
(package
|
||||||
(name "ghc-wai")
|
(name "ghc-wai")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue