mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add ghc-asn1-types.
* gnu/packages/haskell.scm (ghc-asn1-types): New variable.
This commit is contained in:
parent
ed8924c0d7
commit
d4ce416a5c
1 changed files with 23 additions and 0 deletions
|
@ -5771,6 +5771,29 @@ (define-public ghc-pem
|
|||
Mail} (PEM) format.")
|
||||
(license bsd-3)))
|
||||
|
||||
(define-public ghc-asn1-types
|
||||
(package
|
||||
(name "ghc-asn1-types")
|
||||
(version "0.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://hackage.haskell.org/package/"
|
||||
"asn1-types/asn1-types-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1iif9yrh4mmj249gyvam0zb2vb3jnlz777gahh2z9sx00dsx9rja"))))
|
||||
(build-system haskell-build-system)
|
||||
(propagated-inputs
|
||||
`(("ghc-memory" ,ghc-memory)
|
||||
("ghc-hourglass" ,ghc-hourglass)))
|
||||
(home-page "http://github.com/vincenthz/hs-asn1-types")
|
||||
(synopsis "ASN.1 types for Haskell")
|
||||
(description
|
||||
"The package provides the standard types for dealing with the ASN.1
|
||||
format.")
|
||||
(license bsd-3)))
|
||||
|
||||
(define-public idris
|
||||
(package
|
||||
(name "idris")
|
||||
|
|
Loading…
Reference in a new issue