Skip to content

Commit

Permalink
dev-haskell/hnix-store-readonly: new package, add 0.1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dectot <[email protected]>
  • Loading branch information
GuillaumedeVolpiano authored and hololeap committed Feb 15, 2025
1 parent b6c2a56 commit 28ffa19
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/hnix-store-readonly/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST hnix-store-readonly-0.1.0.0.tar.gz 6830 BLAKE2B c09a1a94263818139b15c513cdb2e63bcbf2946091d521646bc451368f8ae09c9587997b9dadfb8e5f0fb1e15928d2a42e5f34f33f86c6dc531a1990a95d09ac SHA512 7dda67f0a45285bddfa1e942a7350b4424f2dd5a4085cd4a762ba666ee79f68da3002454137c598d2bc53bca111062742591d697b2b8a8ef626b03ccb1ad31c3
29 changes: 29 additions & 0 deletions dev-haskell/hnix-store-readonly/hnix-store-readonly-0.1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.9.0.0.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Read-only Nix store"
HOMEPAGE="https://github.com/haskell-nix/hnix-store"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"

RDEPEND="dev-haskell/crypton:=[profile?]
>=dev-haskell/hnix-store-core-0.8:=[profile?]
>=dev-haskell/hnix-store-nar-0.1:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/unordered-containers:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
test? ( dev-haskell/data-default-class
dev-haskell/hspec )
"
12 changes: 12 additions & 0 deletions dev-haskell/hnix-store-readonly/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">hnix-store-readonly</remote-id>
<remote-id type="github">haskell-nix/hnix-store</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 28ffa19

Please sign in to comment.