diff options
Diffstat (limited to 'dev-haskell/aeson-qq/metadata.xml')
-rw-r--r-- | dev-haskell/aeson-qq/metadata.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-haskell/aeson-qq/metadata.xml b/dev-haskell/aeson-qq/metadata.xml deleted file mode 100644 index 3b5d15550add..000000000000 --- a/dev-haskell/aeson-qq/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - @aeson-qq@ provides a JSON quasiquoter for Haskell. - - This package exposes the function `aesonQQ` that compile-time - converts a string representation of a JSON value into a - `Data.Aeson.Value`. `aesonQQ` has the signature - - >aesonQQ :: QuasiQuoter - - Consult the @README@ for documentation: - <https://github.com/zalora/aeson-qq#readme> - </longdescription> - <upstream> - <remote-id type="github">zalora/aeson-qq</remote-id> - </upstream> -</pkgmetadata> |