diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 12:26:54 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:03:13 +0100 |
commit | baccf1e01067d8c59fd755516a850eb9ad840842 (patch) | |
tree | 34d7d6d8a888fadf3b1dbbd073e0a92028375d83 /dev-haskell/persistent-template | |
parent | dev-haskell/http-api-data: bump up to 0.4.1.1 (diff) | |
download | gentoo-baccf1e01067d8c59fd755516a850eb9ad840842.tar.gz gentoo-baccf1e01067d8c59fd755516a850eb9ad840842.tar.bz2 gentoo-baccf1e01067d8c59fd755516a850eb9ad840842.zip |
dev-haskell/persistent-template: bump up to 2.8.2.3
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/persistent-template')
-rw-r--r-- | dev-haskell/persistent-template/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/persistent-template/persistent-template-2.8.2.3.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/persistent-template/Manifest b/dev-haskell/persistent-template/Manifest index 150ab4d35df1..1374e9cbc9d3 100644 --- a/dev-haskell/persistent-template/Manifest +++ b/dev-haskell/persistent-template/Manifest @@ -1,2 +1,3 @@ DIST persistent-template-2.1.3.4.tar.gz 19084 BLAKE2B 625532bca1e65a40f043f6975cf1c3c93329bd593cc2c5f6f9f62c0aa925c91a358518ce69ccc65609b4d2e9686a4337af47bd2a7e6778769d7f3cb40796241d SHA512 8b218dea93a6a2ca80801acb43f101d6809d7118f3b6765a98543d87b12b4b565d5b3ea1f1256863b2493553f996ef5dcc569432507de6477b1f59a02093d95a DIST persistent-template-2.5.1.6.tar.gz 20196 BLAKE2B d7d63dbead0348bc3c9239c23e5976337fa952a4a19cf86507064632d0ab1ddd7b26f984285307cf7b3ff177afd8aa5e94708412ba954815959ff09fb857bfb0 SHA512 4e2432a0f0fca28699c3abe9298b10451330dfb4e2b1a7048a2a98e3e18d4b41df06ba1bd53ffbbce3aebb123cd2f6ec9249580490a32c478ff3aff628011916 +DIST persistent-template-2.8.2.3.tar.gz 25949 BLAKE2B 2b2fbfcb4e8dad68da8a820ae082db8cee9f683db9509b55b4ba908bff0a20cdf4e925db4bfe2d5c0014912e58469aa593e24a428f181928e8024917a3ab7db8 SHA512 eef94f07783f2b61ed4d00c75a57e976e2546ee1cb564471ea33e5faf01634701a7b60b4c1ee64594e0058949966f132fe46f1a5efc5a64f949fc6e6b27d5ddb diff --git a/dev-haskell/persistent-template/persistent-template-2.8.2.3.ebuild b/dev-haskell/persistent-template/persistent-template-2.8.2.3.ebuild new file mode 100644 index 000000000000..2a2501f66988 --- /dev/null +++ b/dev-haskell/persistent-template/persistent-template-2.8.2.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Type-safe, non-relational, multi-backend persistence" +HOMEPAGE="http://www.yesodweb.com/book/persistent" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/aeson-1.0:=[profile?] <dev-haskell/aeson-1.5:=[profile?] + >=dev-haskell/http-api-data-0.3.7:=[profile?] + >=dev-haskell/monad-control-1.0:=[profile?] <dev-haskell/monad-control-1.1:=[profile?] + dev-haskell/monad-logger:=[profile?] + dev-haskell/path-pieces:=[profile?] + >=dev-haskell/persistent-2.10:=[profile?] <dev-haskell/persistent-3:=[profile?] + >=dev-haskell/text-1.2:=[profile?] + >=dev-haskell/th-lift-instances-0.1.14:=[profile?] <dev-haskell/th-lift-instances-0.2:=[profile?] + dev-haskell/unordered-containers:=[profile?] + >=dev-lang/ghc-8.2.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.0.0.2 + test? ( >=dev-haskell/hspec-2.4 + dev-haskell/quickcheck ) +" |