Skip to content
Snippets Groups Projects
Commit 5079a0af authored by Siniša Biđin's avatar Siniša Biđin Committed by Eric Bavier
Browse files

gnu: Add ghc-data-default-class.


* gnu/packages/haskell.scm (ghc-data-default-class): New variable.

Signed-off-by: default avatarEric Bavier <bavier@member.fsf.org>
parent 9297065a
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,25 @@ (define-public ghc
interactive environment for the functional language Haskell.")
(license bsd-3)))
(define-public ghc-data-default-class
(package
(name "ghc-data-default-class")
(version "0.0.1")
(source
(origin
(method url-fetch)
(uri (string-append
"http://hackage.haskell.org/package/data-default-class/"
"data-default-class-" version ".tar.gz"))
(sha256
(base32 "0ccgr3jllinchqhw3lsn73ic6axk4196if5274rr1rghls0fxj5d"))))
(build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/data-default-class")
(synopsis "Types with default values")
(description
"This package defines a class for types with default values.")
(license bsd-3)))
(define-public ghc-mtl
(package
(name "ghc-mtl")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment