summaryrefslogtreecommitdiff
path: root/dev-haskell/file-location
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/file-location')
-rw-r--r--dev-haskell/file-location/Manifest2
-rw-r--r--dev-haskell/file-location/file-location-0.4.9.1.ebuild29
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/file-location/Manifest b/dev-haskell/file-location/Manifest
index 87290f435f1f..a3f52d9e0af8 100644
--- a/dev-haskell/file-location/Manifest
+++ b/dev-haskell/file-location/Manifest
@@ -1,4 +1,6 @@
+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
EBUILD file-location-0.4.9-r1.ebuild 873 BLAKE2B a7b4997740d46c27f332c42a0cd5ab26a7288fef9324ce506de09264a9711bce15f8ab884cee14f4dcc77c849e1d35cefa635a1779928d17cc43da3b5d384b3f SHA512 47774ccb23fbca0b63db9bbfff670050a6af2d951e75fea0bdb9c49b95fc9da6ecfd559976038139c398fc99176ca544ca7b1f7bfd23676ce0a530002bff0a47
+EBUILD file-location-0.4.9.1.ebuild 736 BLAKE2B fa64097a733d1268b7d17fec1403f0b3c3e81c5e2d94228ed03657fd3b0ffa42ce5e28f3e671b101281b047804f36f60ed90ae2decb92a3eaf619f70497dc836 SHA512 5ae0894d7df5ea71f91061ae15e9d5c31c29b4c4aedb4fe71ef2db9d00a47e64cf8b4c67f5b91c63b3983ec51b2166d4d5de5897c60d4bbb1a64b605aa1238eb
EBUILD file-location-0.4.9.ebuild 766 BLAKE2B 202cdf78790777150a58c24f90224af61d598ec66c27c4284d7d0f36740b04e4a82620a31f275a35e1d331c0727f43c46086a1d971491f72c3bc66e925c4662d SHA512 716ffbf3f8caffaab8670d6562ca07eb88f6e6b10dff549c01c83618133829148ec11c63a54657022ed7d47b0e5802f958fc148aa8c803d7b8f2b78eaf9eb191
MISC metadata.xml 1438 BLAKE2B 7790bc6d1bab559c7961458b3fee13af2861c8bda34d39045044179e973892fbe01471c53faa9bcf32f3a4bec902f1590bead1b9bed2e6d653b52ad9438be230 SHA512 becf41f547c76f329ae69bd5518a96cffcdf3161c05d9ffaecf3f6ba91d9a20855e3aefba473c37d4e7d004fc5d923459f50fd8a7a4f657ccfb52482d15c753e
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
+"