diff options
author | 2022-07-21 17:44:15 -0400 | |
---|---|---|
committer | 2022-07-22 22:15:26 +0000 | |
commit | 5434ebd60b3c8dacbe7e5ca4e1a95d35719b3bfa (patch) | |
tree | 368efa989a4f731c987375e9dc012d998318875b /dev-haskell/microlens-aeson | |
parent | dev-haskell/memory: revbump 0.15.0-r1 (diff) | |
download | gentoo-5434ebd60b3c8dacbe7e5ca4e1a95d35719b3bfa.tar.gz gentoo-5434ebd60b3c8dacbe7e5ca4e1a95d35719b3bfa.tar.bz2 gentoo-5434ebd60b3c8dacbe7e5ca4e1a95d35719b3bfa.zip |
dev-haskell/microlens-aeson: add 2.3.1
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/microlens-aeson')
-rw-r--r-- | dev-haskell/microlens-aeson/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/microlens-aeson/microlens-aeson-2.3.1.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/microlens-aeson/Manifest b/dev-haskell/microlens-aeson/Manifest index d7a51c7818d0..ec67fa5f5521 100644 --- a/dev-haskell/microlens-aeson/Manifest +++ b/dev-haskell/microlens-aeson/Manifest @@ -1 +1,2 @@ DIST microlens-aeson-2.3.0.4.tar.gz 439564 BLAKE2B f8077c78ffb86f8f87afc165651e79c1f2b4737d954c5a720a1e9da0133245e5e8082969af177c4302469c339eeff9a659e334efbf8e5c8320d4683661b2c0b9 SHA512 34986eda7737947357999992f617bfd00079048f9fb75dd60f533e58a9671906d9bd0e4fcee1f4a3df309d98ddcb25144fb59f1a779675b119669c27739c3f6a +DIST microlens-aeson-2.3.1.tar.gz 439669 BLAKE2B cd890412a50be501f550bb0fb06bdb4fb265c2edb0bdcda7aef313c563286de20b3e3551a83cda11ad20677ac26f479365a6719966a2dd1a98d8c9198cec9e7f SHA512 8fcf5eab1338dbad84ea3c2747f87a52e4a4a636271ecf9181be6a21b40fa2cdd01cb7c5499e3575be4b3483bd80f04469400e0a634037b9c989a38d3f30c972 diff --git a/dev-haskell/microlens-aeson/microlens-aeson-2.3.1.ebuild b/dev-haskell/microlens-aeson/microlens-aeson-2.3.1.ebuild new file mode 100644 index 000000000000..af6c80d751cb --- /dev/null +++ b/dev-haskell/microlens-aeson/microlens-aeson-2.3.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Law-abiding lenses for Aeson, using microlens" +HOMEPAGE="https://github.com/fosskers/microlens-aeson/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] + >=dev-haskell/attoparsec-0.10:=[profile?] + dev-haskell/hashable:=[profile?] + >=dev-haskell/microlens-0.3:=[profile?] + >=dev-haskell/scientific-0.3.2:=[profile?] + >=dev-haskell/text-0.11:=[profile?] + >=dev-haskell/unordered-containers-0.2.3:=[profile?] + >=dev-haskell/vector-0.9:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( >=dev-haskell/tasty-0.10.1.2 + >=dev-haskell/tasty-hunit-0.9.2 ) +" |