summaryrefslogtreecommitdiff
path: root/dev-haskell/with-location
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/with-location')
-rw-r--r--dev-haskell/with-location/Manifest5
-rw-r--r--dev-haskell/with-location/metadata.xml14
-rw-r--r--dev-haskell/with-location/with-location-0.0.0.ebuild24
-rw-r--r--dev-haskell/with-location/with-location-0.1.0.ebuild25
4 files changed, 68 insertions, 0 deletions
diff --git a/dev-haskell/with-location/Manifest b/dev-haskell/with-location/Manifest
new file mode 100644
index 000000000000..367bdc366ad5
--- /dev/null
+++ b/dev-haskell/with-location/Manifest
@@ -0,0 +1,5 @@
+DIST with-location-0.0.0.tar.gz 1806 SHA256 65919edc3d0aaa403c54d0e8a9023568642daa635c057120090d17c61960bac5 SHA512 c5be3a9478c0f9585daebe1b7ab73d81ed937740d7c5f5f3dac05289c58a508fca458e5c0727aed767e507c27a9007e878ee949228b8d25355ab8474ba7289c2 WHIRLPOOL a75b414e243339b3e99c6f85646f9100a17e8c216f029d1bbeb2c064a24bb5637417eb46b0224cabc2298666eff7238cab944a7d5d8e04751efd99b03d0326de
+DIST with-location-0.1.0.tar.gz 2029 SHA256 2c91d70cb28d39d6d5fbb37800c7d984aed4254cdcbf03ffa0787404bddefde7 SHA512 1b8bdecd02d4acaa8b21e2cd6acdee573ac29b909c9a6f0d88a56adcd7433d551db5c1fadbc3e72c78378d74a614594d8d2ad08899fd63ecc57c65d0c37b28b9 WHIRLPOOL 5f7ae718313286b13324852bc1e2c6a77bb9d3fa456d2d92c4a722dbb090d8b4305523e4309578e175f45936fccd47c193d9af5d1fac7e7b34a62da91ce22eab
+EBUILD with-location-0.0.0.ebuild 586 SHA256 a95a116115c00ba108fbc01e93bdc74411c27ee383dff2fcd5767e2999e1ee5a SHA512 e9576e161becbd844bac0ad8d3fe0d617011be4c3f5ea7527f3d71da19d715f87f423a98a67e3d17c90c578ae956c3e41983b18fbf303862ec4fe4b7c6af88e1 WHIRLPOOL 810646d5ca8a2ed099f58f1958783ba7a1d076107902c6c4a60b1503e2f04b471785906cfdc2da2588ccb18aff461e418d07ff8ede45c9093f81c70724163801
+EBUILD with-location-0.1.0.ebuild 624 SHA256 a762a4d097da207219c44cde6f233ea0fcc5c7af206aed46e168a35bdeee7ecb SHA512 b3cf1ceb1427eb497de3592f827ec3f31aa7ba8e950658114ac809467de051ac9205b99d05c998dd3831f33fb77b2df958c2c8ea5961b1fb8a0d4a8921e896da WHIRLPOOL 21ec9ee9b1a5b14b07b47db2b6915fb7bc46db463632e403c650299f59bbff2a6bf70f5822bb1b3c9f526895d5707dea2f67d8f5517c603ba0617aa194d4046c
+MISC metadata.xml 443 SHA256 1f3bd1915bca2f0b68b63a84aba6447fa06cf1658d3648a66c42a847c396bfa8 SHA512 879001b58a566893653b9aadc60bbaf34e75d270cf879983628e3bc434b67aa046df70f0ed87db586baa6849948bd0cc1ff91ebca448daf98fc7d3cccd7c6b7f WHIRLPOOL 7b468a181b511a4e0772d8ac06be6659ac8118f5d377933c99701a8fb1b886a0828a10fae0c2277d85c36f36c093c77b002397c3b417902dba5d5e4599b8bd52
diff --git a/dev-haskell/with-location/metadata.xml b/dev-haskell/with-location/metadata.xml
new file mode 100644
index 000000000000..9c623ab5f924
--- /dev/null
+++ b/dev-haskell/with-location/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ <longdescription>
+ Use ImplicitParams-based source locations in a backward compatible way
+ </longdescription>
+ <upstream>
+ <remote-id type="github">sol/with-location</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/with-location/with-location-0.0.0.ebuild b/dev-haskell/with-location/with-location-0.0.0.ebuild
new file mode 100644
index 000000000000..fdf45e370556
--- /dev/null
+++ b/dev-haskell/with-location/with-location-0.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.7.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Use ImplicitParams-based source locations in a backward compatible way"
+HOMEPAGE="https://github.com/sol/with-location#readme"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"
diff --git a/dev-haskell/with-location/with-location-0.1.0.ebuild b/dev-haskell/with-location/with-location-0.1.0.ebuild
new file mode 100644
index 000000000000..a16513d7836d
--- /dev/null
+++ b/dev-haskell/with-location/with-location-0.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.7.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Use ImplicitParams-based source locations in a backward compatible way"
+HOMEPAGE="https://github.com/sol/with-location#readme"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/hspec )
+"