summaryrefslogtreecommitdiff
path: root/dev-haskell/with-location
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/with-location
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
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..a57d9244d511
--- /dev/null
+++ b/dev-haskell/with-location/Manifest
@@ -0,0 +1,5 @@
+DIST with-location-0.0.0.tar.gz 1806 BLAKE2B 5a861687b8c0670c52f1e2a89fb29353466efc44a0cacaf76dca21e45323762629683b1f45955b5b238a93ce549c8be2e1e4062302efed7dfcd9347772e025e1 SHA512 c5be3a9478c0f9585daebe1b7ab73d81ed937740d7c5f5f3dac05289c58a508fca458e5c0727aed767e507c27a9007e878ee949228b8d25355ab8474ba7289c2
+DIST with-location-0.1.0.tar.gz 2029 BLAKE2B 0d76733cff25a2dc3603ddad7b0806d43e2007017f73ec8773f6d00db0f7830eb2a30e324a5044654b7537bb9a43d453dbe50fd1ee89668fbbc465a5a27f90ee SHA512 1b8bdecd02d4acaa8b21e2cd6acdee573ac29b909c9a6f0d88a56adcd7433d551db5c1fadbc3e72c78378d74a614594d8d2ad08899fd63ecc57c65d0c37b28b9
+EBUILD with-location-0.0.0.ebuild 586 BLAKE2B df0317baa0815dc2734a6b453172fc341faa9c50cfff1d491cb224932545648844a0e120ca641dea36f657b6be242aa59e94092bfceeb66a2f7eee02d8ff8ddf SHA512 e9576e161becbd844bac0ad8d3fe0d617011be4c3f5ea7527f3d71da19d715f87f423a98a67e3d17c90c578ae956c3e41983b18fbf303862ec4fe4b7c6af88e1
+EBUILD with-location-0.1.0.ebuild 624 BLAKE2B aef91f94850ceb5ac9e85804cc7a2410860e4cf933425a042e83af546a7259c278291e11e8ee4c0f334aec96dd3200852e94ecf9454dcaf6a9b900c10115ea95 SHA512 b3cf1ceb1427eb497de3592f827ec3f31aa7ba8e950658114ac809467de051ac9205b99d05c998dd3831f33fb77b2df958c2c8ea5961b1fb8a0d4a8921e896da
+MISC metadata.xml 443 BLAKE2B db1c3406be13f1d7a9856da4e478e1d604a09d8fb57f7ecc0bc3255a14ea1dc820e5d02ea2b6d3f44f44a5dec12fa9de65f71a90fd5e8357b346bf87e86e7fd0 SHA512 879001b58a566893653b9aadc60bbaf34e75d270cf879983628e3bc434b67aa046df70f0ed87db586baa6849948bd0cc1ff91ebca448daf98fc7d3cccd7c6b7f
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 )
+"