summaryrefslogtreecommitdiff
path: root/dev-haskell/persistent-qq/persistent-qq-2.9.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /dev-haskell/persistent-qq/persistent-qq-2.9.2.ebuild
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'dev-haskell/persistent-qq/persistent-qq-2.9.2.ebuild')
-rw-r--r--dev-haskell/persistent-qq/persistent-qq-2.9.2.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-haskell/persistent-qq/persistent-qq-2.9.2.ebuild b/dev-haskell/persistent-qq/persistent-qq-2.9.2.ebuild
new file mode 100644
index 000000000000..d8b867b4fe32
--- /dev/null
+++ b/dev-haskell/persistent-qq/persistent-qq-2.9.2.ebuild
@@ -0,0 +1,39 @@
+# 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="Provides a quasi-quoter for raw SQL for persistent"
+HOMEPAGE="https://github.com/yesodweb/persistent#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT=test
+
+RDEPEND="dev-haskell/haskell-src-meta:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-haskell/persistent-2.10:=[profile?]
+ dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.24.0.0
+ test? ( dev-haskell/aeson
+ dev-haskell/fast-logger
+ dev-haskell/hspec
+ dev-haskell/hunit
+ dev-haskell/monad-logger
+ dev-haskell/persistent-sqlite
+ dev-haskell/persistent-template
+ dev-haskell/resourcet
+ dev-haskell/unliftio )
+"