summaryrefslogtreecommitdiff
path: root/dev-haskell/aeson-qq
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/aeson-qq')
-rw-r--r--dev-haskell/aeson-qq/Manifest3
-rw-r--r--dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild33
-rw-r--r--dev-haskell/aeson-qq/metadata.xml23
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-haskell/aeson-qq/Manifest b/dev-haskell/aeson-qq/Manifest
deleted file mode 100644
index 4f3cb70918f7..000000000000
--- a/dev-haskell/aeson-qq/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST aeson-qq-0.8.3.tar.gz 4751 BLAKE2B 538c51c52470ad628326f67d4822812b352e7141c94ec2e385fc889d869c512705ee4ee58951c31e8422ccdd2ab855cfe4262a874864bd19b60e0ad67132798a SHA512 f7ef90529b4c9661ffc54ab8ebfc73c9966e6338591b871678be2a6e63ecf30089fd33279a074bd8d1905d71c8198ea5cc24c828d6e940e7af7585ba826a0c29
-EBUILD aeson-qq-0.8.3.ebuild 856 BLAKE2B 92541cf9b61c472c5a21df44fba12a6f46ab58ed92c500c20d9a7db4e2bc2c7643ed22a0297b3898b7ebf9b74a305d51e62e571a08c2c4d66671149b91e8e0a2 SHA512 308c7b6945069003320fec9ea5cf778bce9bbdaf0ddf8c1072a5de312d3453ce543507ba15c00a750496bd2673a023da929e9bf57f75b008e07d19e7f646a2de
-MISC metadata.xml 728 BLAKE2B f661f5bf1d0b33e0eb3446000582c3b86c3771cbe6ae2a936a327a2d71f9cb9b117030b7f8cdc65f3ef8e9286d6f95180932bfbefcbe77379d92cd04c39c4224 SHA512 2cab7ef7e1098f9e03fdebbde5d2bd58e9ba182a3185f9e24d6d3a471dce5d06ecf663ee995c42efb750e382b688f2bf61480a2077d65385ee247ac7518fc77c
diff --git a/dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild b/dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild
deleted file mode 100644
index 229b7a3ccb24..000000000000
--- a/dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.1
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="JSON quasiquoter for Haskell"
-HOMEPAGE="https://github.com/sol/aeson-qq#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
- dev-haskell/attoparsec:=[profile?]
- dev-haskell/base-compat:=[profile?]
- >=dev-haskell/haskell-src-meta-0.1.0:=[profile?]
- dev-haskell/parsec:=[profile?]
- dev-haskell/scientific:=[profile?]
- dev-haskell/text:=[profile?]
- dev-haskell/vector:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.12
- test? ( dev-haskell/hspec )
-"
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
-
- &gt;aesonQQ :: QuasiQuoter
-
- Consult the @README@ for documentation:
- &lt;https://github.com/zalora/aeson-qq#readme&gt;
- </longdescription>
- <upstream>
- <remote-id type="github">zalora/aeson-qq</remote-id>
- </upstream>
-</pkgmetadata>