summaryrefslogtreecommitdiff
path: root/dev-haskell/sandwich
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-22 22:13:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-22 22:13:37 -0500
commit171e0b5f950f655c3da943ea59ba2e741425319f (patch)
treec520a8c422c7fc58a5149552b1db8a423e469b21 /dev-haskell/sandwich
parentf95e0da799133b56968a5a6af89c7fb3366c4777 (diff)
downloadbaldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.gz
baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.xz
baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.zip
Adding metadata
Diffstat (limited to 'dev-haskell/sandwich')
-rw-r--r--dev-haskell/sandwich/Manifest1
-rw-r--r--dev-haskell/sandwich/metadata.xml9
-rw-r--r--dev-haskell/sandwich/sandwich-0.3.0.4.ebuild44
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-haskell/sandwich/Manifest b/dev-haskell/sandwich/Manifest
new file mode 100644
index 000000000000..7f08cd7a5134
--- /dev/null
+++ b/dev-haskell/sandwich/Manifest
@@ -0,0 +1 @@
+DIST sandwich-0.3.0.4.tar.gz 78635 BLAKE2B 5be004a5dc271b60a1deb15209398e70a75aeda90c0235ee5a5562b333560737202362340a70844df52f17a1a7cef4003b47a45b80b6474751b5265b2c13baac SHA512 dac10bd49bffb70ed158671ade1efa2ce0e8622a7a493caebc2b08bcf0165673e6a09e938788f6235cbe1949e7c896da684c956f7c9f85f57c39705fb936d724
diff --git a/dev-haskell/sandwich/metadata.xml b/dev-haskell/sandwich/metadata.xml
new file mode 100644
index 000000000000..6fb61853d497
--- /dev/null
+++ b/dev-haskell/sandwich/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-haskell/sandwich/sandwich-0.3.0.4.ebuild b/dev-haskell/sandwich/sandwich-0.3.0.4.ebuild
new file mode 100644
index 000000000000..496e02c6f732
--- /dev/null
+++ b/dev-haskell/sandwich/sandwich-0.3.0.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.9.1.0.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Yet another test framework for Haskell"
+HOMEPAGE="https://codedownio.github.io/sandwich"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+ dev-haskell/ansi-terminal:=[profile?]
+ dev-haskell/async:=[profile?]
+ dev-haskell/brick:=[profile?]
+ dev-haskell/colour:=[profile?]
+ dev-haskell/free:=[profile?]
+ dev-haskell/microlens:=[profile?]
+ dev-haskell/microlens-th:=[profile?]
+ dev-haskell/monad-control:=[profile?]
+ dev-haskell/monad-logger:=[profile?]
+ dev-haskell/optparse-applicative:=[profile?]
+ dev-haskell/pretty-show:=[profile?]
+ dev-haskell/retry:=[profile?]
+ dev-haskell/safe:=[profile?]
+ dev-haskell/string-interpolate:=[profile?]
+ dev-haskell/text:=[profile?]
+ dev-haskell/transformers-base:=[profile?]
+ dev-haskell/unliftio:=[profile?]
+ dev-haskell/unliftio-core:=[profile?]
+ dev-haskell/vector:=[profile?]
+ >=dev-haskell/vty-6:=[profile?]
+ dev-haskell/vty-crossplatform:=[profile?]
+ >=dev-lang/ghc-9.0.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-3.4.1.0
+"