--- /dev/null
+DIST js-jquery-3.1.1.tar.gz 111855 SHA256 d72f67d72bd71d675bcdc75dd280c4a27d90784eb51c661a3da567e0186f2a04 SHA512 cc95bdcf6fe2b45e7d585fcd7d83aee39b8dbed7c8e763c808a07a140203e58441896431920ee14b1861ee09a903cedca140c0a48405ffddaef2a71d11b21359 WHIRLPOOL 23b50a2cef69f81d378ac12eb2fa491dafba6a5188a583965600333b49eb129a4ab4ee27a3c4ec6cabd97c1cfd2dc69a2801083da0d1a492dc8b9ff722fdae08
--- /dev/null
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Obtain minified jQuery code"
+HOMEPAGE="https://github.com/ndmitchell/js-jquery#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.18
+ test? ( dev-haskell/http )
+"
--- /dev/null
+<?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>
+ This package bundles the minified <http://jquery.com/ jQuery> code into a Haskell package,
+ so it can be depended upon by Cabal packages. The first three components of
+ the version number match the upstream jQuery version. The package is designed
+ to meet the redistribution requirements of downstream users (e.g. Debian).
+ </longdescription>
+</pkgmetadata>