summaryrefslogtreecommitdiff
path: root/dev-haskell/yesod-json
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-haskell/yesod-json
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-haskell/yesod-json')
-rw-r--r--dev-haskell/yesod-json/Manifest2
-rw-r--r--dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-haskell/yesod-json/Manifest b/dev-haskell/yesod-json/Manifest
index a0e4cc191ed3..a27ffa315ffe 100644
--- a/dev-haskell/yesod-json/Manifest
+++ b/dev-haskell/yesod-json/Manifest
@@ -1,5 +1,3 @@
-DIST yesod-json-1.1.2.2.tar.gz 3752 BLAKE2B fadd8b8b25d7e9e3de74ae8b7da7192065a68e015b5bf5bab8e476bbf45513b7cf59df7a60d6ea8e03e7398f83afead3ab4178cccb3c570d2cbc5512935076f9 SHA512 ab577311763850d3bdac8281761e43384bbc552e2caa7285797f7a9c8163de5b43f4d84495f2f716577a1848fa84a892789a5223752b6395bcdac7a46deb6763
DIST yesod-json-1.2.0.tar.gz 1373 BLAKE2B d1e7d69aa98685fd6a77274a52302b9aa9b7614a1363f272209620ebd4f267062c4c7d5964c4f48a4d5a87571f02616a0b3bdbd834916f4821d271fa6257bd68 SHA512 9fa3eb964e5a543d4f38293245a8ef7f585c5ead94dd0fbc028fca5c954401eafb11e3d18a60a12baa82d3cedce871271b8320d65996f0b00021804c00da0dbb
-EBUILD yesod-json-1.1.2.2.ebuild 1148 BLAKE2B e50be92f7465602452f9399127df6ecdcf1cbd9cf88b0e8c1812e02d357226ddc74e0d9af28ae7cc75645102014fd06d3516d757a31bbe8598b23ff935fa0c79 SHA512 b7cb2c162817668a1f6eb066800a70e51b201dc75c837fb4ac5ba1fea466dbe875304211cb1f33c1c6e3561e91668041523562a9b1def166957044a969ab2c46
EBUILD yesod-json-1.2.0.ebuild 596 BLAKE2B 8a6af3064e73721f4612847838551cc92e57c2335231bb6e2abfa6d97bb3863583413622ca3d634b8e99a57f754fb534720c685ec6424511c1c0929f7a621b36 SHA512 eb11288d0af5cdd4628f48cfb8df005b226ec8d1c0bac309a06b4dcefeaa7787987aa153181ca0c7ca2d028a0fe687220cabaa5c61083a6b0051d15f41655eef
MISC metadata.xml 342 BLAKE2B e6d0b6288199ce5fb8c449a477bd86464721b50606f0cb1e126930b6285df9fd7771ae1b84463fa1867e8e91fd218037d1fa57981df9579d6ef7346292488d79 SHA512 9ce57dd7b85d81330b4c2e6583530853cf8f2e7982309af25e39887c65f4567f516cb94976dd1a565ff54a7c5f2728e1dd0c7a020a6211559a0f4b2559bdcfc5
diff --git a/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild b/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild
deleted file mode 100644
index d0c4ea156949..000000000000
--- a/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Generate content for Yesod using the aeson package"
-HOMEPAGE="https://www.yesodweb.com/"
-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.5:=[profile?]
- >=dev-haskell/attoparsec-conduit-0.5:=[profile?]
- dev-haskell/blaze-builder:=[profile?]
- >=dev-haskell/conduit-0.5:=[profile?]
- >=dev-haskell/safe-0.2:=[profile?]
- >=dev-haskell/shakespeare-js-1.0:=[profile?]
- >=dev-haskell/text-0.8:=[profile?]
- >=dev-haskell/transformers-0.2.2:=[profile?]
- >=dev-haskell/vector-0.9:=[profile?]
- >=dev-haskell/wai-1.3:=[profile?]
- >=dev-haskell/wai-extra-1.3:=[profile?]
- >=dev-haskell/yesod-core-1.1:=[profile?]
- >=dev-haskell/yesod-routes-1.1:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hspec
- dev-haskell/wai-test
- )"