summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-30 11:03:15 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:02:13 +0100
commitf6aa91721a602a61ec2cc39b9690b81febafa9cb (patch)
tree9db4a3df31b46fdc6a0cfdbdb06f1ec15d31267f
parentdev-haskell/base64-bytestring: bump up to 1.0.0.3 (diff)
downloadgentoo-f6aa91721a602a61ec2cc39b9690b81febafa9cb.tar.gz
gentoo-f6aa91721a602a61ec2cc39b9690b81febafa9cb.tar.bz2
gentoo-f6aa91721a602a61ec2cc39b9690b81febafa9cb.zip
dev-haskell/casa-types: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-haskell/casa-types/Manifest1
-rw-r--r--dev-haskell/casa-types/casa-types-0.0.1.ebuild31
-rw-r--r--dev-haskell/casa-types/metadata.xml8
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-haskell/casa-types/Manifest b/dev-haskell/casa-types/Manifest
new file mode 100644
index 000000000000..784d0c2c9e6a
--- /dev/null
+++ b/dev-haskell/casa-types/Manifest
@@ -0,0 +1 @@
+DIST casa-types-0.0.1.tar.gz 2030 BLAKE2B a1787b35cf8254118287a7415ee625dd8815011a3d444f5ef303ba4af989924e5b40e1c1e5abd43e69c299e5c7ef1cbe7b67a0f019c6d2bfd01e2bee4b1661e6 SHA512 6296898e8ffdd20ad7dc5aa52a99078fa71bb2384a8631761255e19b7b670a1d349715241be8cb2ee84fd52ee7ac70b4458adab3a86ebe63b9c976f7bac44f98
diff --git a/dev-haskell/casa-types/casa-types-0.0.1.ebuild b/dev-haskell/casa-types/casa-types-0.0.1.ebuild
new file mode 100644
index 000000000000..310ef469a010
--- /dev/null
+++ b/dev-haskell/casa-types/casa-types-0.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Types for Casa"
+HOMEPAGE="http://hackage.haskell.org/package/casa-types"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+ dev-haskell/attoparsec:=[profile?]
+ dev-haskell/base16-bytestring:=[profile?]
+ dev-haskell/hashable:=[profile?]
+ dev-haskell/path-pieces:=[profile?]
+ dev-haskell/persistent:=[profile?]
+ dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.12
+"
diff --git a/dev-haskell/casa-types/metadata.xml b/dev-haskell/casa-types/metadata.xml
new file mode 100644
index 000000000000..b7878815d80d
--- /dev/null
+++ b/dev-haskell/casa-types/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+</pkgmetadata>