File tree Expand file tree Collapse file tree 3 files changed +47
-0
lines changed
Expand file tree Collapse file tree 3 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ DIST minici-0.1.9.tar.gz 45666 BLAKE2B 72d559ecc2872a8f699de69e95126cf2883510525c351d3848df9cdcc5c0325e918cde1033496d221efdf5ab9df5ddf5bc9fe985b61e5b5ca289e7a144361aa7 SHA512 162af5ad67ec1683a7c2b563cb0979ce98d45142d0e84340077817b583cb9423eb078c661fa3bd2e1bf4fdf31044a3f1ad8e6800090c9bba6ddc3999e298018e
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3+ <pkgmetadata >
4+ <maintainer type =" project" >
5+ <email >haskell@gentoo.org</email >
6+ <name >Gentoo Haskell</name >
7+ </maintainer >
8+ <upstream >
9+ <remote-id type =" hackage" >minici</remote-id >
10+ </upstream >
11+ </pkgmetadata >
Original file line number Diff line number Diff line change 1+ # Copyright 1999-2026 Gentoo Authors
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+
6+ # ebuild generated by hackport 0.9.1.0
7+
8+ CABAL_FEATURES=" "
9+ inherit haskell-cabal
10+
11+ DESCRIPTION=" Minimalist CI framework to run checks on local machine"
12+ HOMEPAGE=" https://erebosprotocol.net/minici"
13+
14+ LICENSE=" GPL-3"
15+ SLOT=" 0"
16+ KEYWORDS=" ~amd64"
17+
18+ RDEPEND=" >=dev-haskell/glob-0.10.2:= <dev-haskell/glob-0.11:=
19+ >=dev-haskell/hinotify-0.4:= <dev-haskell/hinotify-0.5:=
20+ >=dev-haskell/hsyaml-0.2:= <dev-haskell/hsyaml-0.3:=
21+ >=dev-haskell/parser-combinators-1.3:= <dev-haskell/parser-combinators-1.4:=
22+ >=dev-haskell/temporary-1.3:= <dev-haskell/temporary-1.4:=
23+ >=dev-haskell/th-compat-0.1:= <dev-haskell/th-compat-0.2:=
24+ >=dev-lang/ghc-9.0.2:=
25+ >=dev-haskell/ansi-terminal-0.11:= <dev-haskell/ansi-terminal-1.2:=
26+ >=dev-haskell/text-1.2:= <dev-haskell/text-2.2:=
27+ >=dev-vcs/git-2.49.1
28+ "
29+ DEPEND=" ${RDEPEND}
30+ >=dev-haskell/cabal-3.4.1.0
31+ "
32+
33+ src_configure () {
34+ haskell-cabal_src_configure
35+ }
You can’t perform that action at this time.
0 commit comments