summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-12-15 07:12:48 +1100
committerSergei Trofimovich <slyfox@gentoo.org>2020-12-14 23:53:38 +0000
commite5473d167b2b593fff54d68af0439a3bf53217ec (patch)
tree93396c88588fae5d93a3da86f6f84073d7afe93d /dev-haskell/yesod-core/yesod-core-1.6.18.7.ebuild
parentdev-haskell/wai-app-static: drop -r0 (diff)
downloadgentoo-e5473d167b2b593fff54d68af0439a3bf53217ec.tar.gz
gentoo-e5473d167b2b593fff54d68af0439a3bf53217ec.tar.bz2
gentoo-e5473d167b2b593fff54d68af0439a3bf53217ec.zip
dev-haskell/yesod-core: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/yesod-core/yesod-core-1.6.18.7.ebuild')
-rw-r--r--dev-haskell/yesod-core/yesod-core-1.6.18.7.ebuild63
1 files changed, 0 insertions, 63 deletions
diff --git a/dev-haskell/yesod-core/yesod-core-1.6.18.7.ebuild b/dev-haskell/yesod-core/yesod-core-1.6.18.7.ebuild
deleted file mode 100644
index 8398bc10dcff..000000000000
--- a/dev-haskell/yesod-core/yesod-core-1.6.18.7.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Creation of type-safe, RESTful web applications"
-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=""
-
-RESTRICT=test # requires network
-
-RDEPEND=">=dev-haskell/aeson-1.0:=[profile?]
- dev-haskell/auto-update:=[profile?]
- >=dev-haskell/blaze-html-0.5:=[profile?]
- >=dev-haskell/blaze-markup-0.7.1:=[profile?]
- >=dev-haskell/case-insensitive-0.2:=[profile?]
- >=dev-haskell/cereal-0.3:=[profile?]
- >=dev-haskell/clientsession-0.9.1:=[profile?] <dev-haskell/clientsession-0.10:=[profile?]
- >=dev-haskell/conduit-1.3:=[profile?]
- dev-haskell/conduit-extra:=[profile?]
- >=dev-haskell/cookie-0.4.3:=[profile?] <dev-haskell/cookie-0.5:=[profile?]
- >=dev-haskell/fast-logger-2.2:=[profile?]
- >=dev-haskell/http-types-0.7:=[profile?]
- dev-haskell/memory:=[profile?]
- >=dev-haskell/monad-logger-0.3.10:=[profile?] <dev-haskell/monad-logger-0.4:=[profile?]
- dev-haskell/mtl:=[profile?]
- >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
- >=dev-haskell/path-pieces-0.1.2:=[profile?] <dev-haskell/path-pieces-0.3:=[profile?]
- >=dev-haskell/primitive-0.6:=[profile?]
- >=dev-haskell/random-1.0.0.2:=[profile?] <dev-haskell/random-1.3:=[profile?]
- >=dev-haskell/resourcet-1.2:=[profile?]
- >=dev-haskell/shakespeare-2.0:=[profile?]
- >=dev-haskell/text-0.7:=[profile?]
- dev-haskell/unix-compat:=[profile?]
- dev-haskell/unliftio:=[profile?]
- >=dev-haskell/unordered-containers-0.2:=[profile?]
- >=dev-haskell/vector-0.9:=[profile?] <dev-haskell/vector-0.13:=[profile?]
- >=dev-haskell/wai-3.2:=[profile?]
- >=dev-haskell/wai-extra-3.0.7:=[profile?]
- >=dev-haskell/wai-logger-0.2:=[profile?]
- >=dev-haskell/warp-3.0.2:=[profile?]
- dev-haskell/word8:=[profile?]
- >=dev-lang/ghc-8.2.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.0.0.2
- test? ( dev-haskell/async
- >=dev-haskell/hspec-1.3
- dev-haskell/hspec-expectations
- dev-haskell/hunit
- dev-haskell/network
- dev-haskell/streaming-commons )
-"