diff --git a/dev-haskell/cereal/Manifest b/dev-haskell/cereal/Manifest index 100cb64234134..5f2eabcb83390 100644 --- a/dev-haskell/cereal/Manifest +++ b/dev-haskell/cereal/Manifest @@ -1 +1,2 @@ DIST cereal-0.5.8.1.tar.gz 20114 BLAKE2B a71e11b9d138fcc1de7da0cfe573b3c31a263c75f62628bea70fb17af6c911fd9996c32a69fb0a9a4328241072c684dc110134a2b837643dcda2722f37869e9b SHA512 aced40e81301fbc73c6029be2c4045cf63f81d40361d5939713f3d60db196dc25a70e556e9e74e194e6a3b6cac86997d2bfc8b1f91c630676af7d066268a25b4 +DIST cereal-0.5.8.3.tar.gz 20166 BLAKE2B aafc599c0cdb872818680f4a759267fa0c9de43d10ad05f0c2c504a72eb7533af6cdfb26b1321b802192d5bf77525ff48072165e314ed902947ea5ba8cfbfe09 SHA512 2dd9e83e4659f76964c2c66eac76174d1c715cc969c2e8c818033e1d9ed5633997fcf2311c61dc4e6f10db03e65a8c80475b84cda39592849a9c1112b0c0596a diff --git a/dev-haskell/cereal/cereal-0.5.8.3.ebuild b/dev-haskell/cereal/cereal-0.5.8.3.ebuild new file mode 100644 index 0000000000000..7ff8ce18af379 --- /dev/null +++ b/dev-haskell/cereal/cereal-0.5.8.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.3.0 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A binary serialization library" +HOMEPAGE="https://github.com/GaloisInc/cereal" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( dev-haskell/quickcheck + dev-haskell/test-framework + dev-haskell/test-framework-quickcheck2 ) +" diff --git a/dev-haskell/cereal/metadata.xml b/dev-haskell/cereal/metadata.xml index 507a2e6d8f159..568c4abecef7c 100644 --- a/dev-haskell/cereal/metadata.xml +++ b/dev-haskell/cereal/metadata.xml @@ -5,11 +5,8 @@ haskell@gentoo.org Gentoo Haskell - - A binary serialization library, similar to binary, that introduces an isolate - primitive for parser isolation, and replaces the asynchronous errors with a - user-handleable Either type. Similar to binary in performance, but uses a - strict ByteString instead of a lazy ByteString, thus restricting it to - operating on finite inputs. - + + cereal + GaloisInc/cereal +