gnu: Remove duplicated ghc-th-lift-instances.
It was first added ina6d1c4e75a
, then again inff7dd11f0a
. * gnu/packages/haskell.scm (ghc-th-lift-instances): Remove duplicated package definition.
This commit is contained in:
parent
cfa6cc4d9a
commit
89b4882176
|
@ -9221,31 +9221,6 @@ connections.")
|
||||||
from aeson.")
|
from aeson.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-th-lift-instances
|
|
||||||
(package
|
|
||||||
(name "ghc-th-lift-instances")
|
|
||||||
(version "0.1.11")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
|
||||||
"th-lift-instances-" version "/"
|
|
||||||
"th-lift-instances-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1f56cp6ckcalld5jchv0kxpjkwcsixd7smd0g7r8cg67ppx6m90x"))))
|
|
||||||
(build-system haskell-build-system)
|
|
||||||
(inputs `(("ghc-th-lift" ,ghc-th-lift)
|
|
||||||
("ghc-vector" ,ghc-vector)
|
|
||||||
("ghc-text" ,ghc-text)))
|
|
||||||
(native-inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
|
|
||||||
(home-page "https://github.com/bennofs/th-lift-instances")
|
|
||||||
(synopsis "Lift instances for template-haskell for common data types")
|
|
||||||
(description "Most data types in the Haskell platform do not have Lift
|
|
||||||
instances. This package provides orphan instances for containers, text,
|
|
||||||
bytestring and vector.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public ghc-generics-sop
|
(define-public ghc-generics-sop
|
||||||
(package
|
(package
|
||||||
(name "ghc-generics-sop")
|
(name "ghc-generics-sop")
|
||||||
|
|
Loading…
Reference in New Issue