summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 22:43:56 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 22:53:49 +0000
commit83d004205d5078e4d92e9de2da187e315e8067f9 (patch)
treeac14dab8bc4b374b1e2bb5feb903066adb2a4df7 /dev-haskell/file-location
parentdev-haskell/filelock: bump up to 0.1.1.3 (diff)
downloadgentoo-83d004205d5078e4d92e9de2da187e315e8067f9.tar.gz
gentoo-83d004205d5078e4d92e9de2da187e315e8067f9.tar.bz2
gentoo-83d004205d5078e4d92e9de2da187e315e8067f9.zip
dev-haskell/file-location: bump up to 0.4.9.1
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/file-location')
-rw-r--r--dev-haskell/file-location/Manifest1
-rw-r--r--dev-haskell/file-location/file-location-0.4.9.1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-haskell/file-location/Manifest b/dev-haskell/file-location/Manifest
index d4d9b242d5cd..fa247cb49238 100644
--- a/dev-haskell/file-location/Manifest
+++ b/dev-haskell/file-location/Manifest
@@ -1 +1,2 @@
+DIST file-location-0.4.9.1.tar.gz 6961 BLAKE2B 5b3248db2a03ad699ba1354a88b6d0aa4e124e607be6692e7be7a9cec403d42dcb2e304a60c85e879855a9e5e3e49309d8aa112edaa12986f79b8408fa49b781 SHA512 a84a6ed3ff1a786331e202ae505df3981e81b3ce085e588632868357626b82a559dc649aa1623a09462741c5133ee0e5d5deb10713d94cc8286b82aa2e706d94
DIST file-location-0.4.9.tar.gz 6959 BLAKE2B 1cc083a9fb71fb80a11b56e27d8fc468f806d1417efbaf618ea07a4f68df5addf7c479bf5490d50bf07b34ff6babdaefc11536068c15bff274b07bbf4189be74 SHA512 cbea7ef5a6797efd242219a32c7d46b5a0fe2b20d4c93e7ab758cf27519b021c2e2c34ab91d4eedfba8a61a51f81312346d575f8c83296b87b1f7bea8985d40f
diff --git a/dev-haskell/file-location/file-location-0.4.9.1.ebuild b/dev-haskell/file-location/file-location-0.4.9.1.ebuild
new file mode 100644
index 000000000000..f284847d7468
--- /dev/null
+++ b/dev-haskell/file-location/file-location-0.4.9.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="common functions that show file location information"
+HOMEPAGE="https://github.com/gregwebs/FileLocation.hs"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT=test # error stack changed from ghc-7.10
+
+RDEPEND="dev-haskell/hunit:=[profile?]
+ dev-haskell/lifted-base:=[profile?]
+ >=dev-haskell/th-orphans-0.9:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"