diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-28 14:15:15 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-28 18:53:13 +0100 |
commit | 5d581e3bfb3417b93910f919bb06f1bfdd51008f (patch) | |
tree | 64582ae5f7de88a1c54bf9a4af1b37414569ddfa /dev-haskell/th-lift-instances/metadata.xml | |
parent | dev-haskell/th-lift: bump up to 0.7.7 (diff) | |
download | gentoo-5d581e3bfb3417b93910f919bb06f1bfdd51008f.tar.gz gentoo-5d581e3bfb3417b93910f919bb06f1bfdd51008f.tar.bz2 gentoo-5d581e3bfb3417b93910f919bb06f1bfdd51008f.zip |
dev-haskell/th-lift-instances: new package, a depend of dev-haskell/stack
Lift instances for template-haskell for common data types
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/th-lift-instances/metadata.xml')
-rw-r--r-- | dev-haskell/th-lift-instances/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-haskell/th-lift-instances/metadata.xml b/dev-haskell/th-lift-instances/metadata.xml new file mode 100644 index 000000000000..0d764dc95edd --- /dev/null +++ b/dev-haskell/th-lift-instances/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> + Most data types in haskell platform do not have Lift instances. This package provides orphan instances + for containers, text, bytestring and vector. + </longdescription> +</pkgmetadata> |