mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ghc-language-c: Fix up.
* gnu/packages/haskell.scm (ghc-language-c): Fix up indentation and description.
This commit is contained in:
parent
3b7ccbe94c
commit
de793e9a5a
1 changed files with 16 additions and 18 deletions
|
@ -8136,10 +8136,8 @@ (define-public ghc-language-c
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://hackage.haskell.org/package/language-c/language-c-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
"language-c/language-c-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08i2bl7jmmymn2sldzlbz6ig7lx3wfwhlpadzibs3fx72z08pmc6"))))
|
||||
|
@ -8151,8 +8149,8 @@ (define-public ghc-language-c
|
|||
(home-page "http://visq.github.io/language-c/")
|
||||
(synopsis "Analysis and generation of C code")
|
||||
(description
|
||||
"Language C is a haskell library for the analysis and generation of C code.
|
||||
It features a complete, well tested parser and pretty printer for all of C99
|
||||
"Language C is a Haskell library for the analysis and generation of C code.
|
||||
It features a complete, well-tested parser and pretty printer for all of C99
|
||||
and a large set of GNU extensions.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue