[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-library/

2022-10-03 Thread Sam James
commit: d512673b387801f68cea5f1781d09dd0a16b1679
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  4 03:23:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  4 03:24:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d512673b

dev-haskell/haddock-library: fix PkgMetadataXmlIndentation

Signed-off-by: Sam James  gentoo.org>

 dev-haskell/haddock-library/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/haddock-library/metadata.xml 
b/dev-haskell/haddock-library/metadata.xml
index 5f0143d97f54..b4a6fd6bd93c 100644
--- a/dev-haskell/haddock-library/metadata.xml
+++ b/dev-haskell/haddock-library/metadata.xml
@@ -9,7 +9,7 @@
Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
without pulling in the GHC dependency and it is not the same
-as Haddock itself. Please note that the
+   as Haddock itself. Please note that the
API is likely to change so specify upper bounds in your
project if you can't release often.




[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-library/

2022-10-03 Thread Sam James
commit: b4727f958a9e9a385a8287dc90dad4690b98d776
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  4 03:06:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  4 03:06:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4727f95

dev-haskell/haddock-library: fix PkgMetadataXmlInvalidPkgRef

Signed-off-by: Sam James  gentoo.org>

 dev-haskell/haddock-library/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-haskell/haddock-library/metadata.xml 
b/dev-haskell/haddock-library/metadata.xml
index 2abd7bdab3b9..5f0143d97f54 100644
--- a/dev-haskell/haddock-library/metadata.xml
+++ b/dev-haskell/haddock-library/metadata.xml
@@ -8,9 +8,9 @@

Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
-   without pulling in the GHC dependency. Please note that the
+   without pulling in the GHC dependency and it is not the same
+as Haddock itself. Please note that the
API is likely to change so specify upper bounds in your
-   project if you can't release often. For interacting with Haddock
-   itself, see the dev-haskell/haddock package.
+   project if you can't release often.

 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-library/

2021-03-15 Thread Sergei Trofimovich
commit: 8ad15123ad6126a3bc9553f48168204912ac8c70
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 14 09:56:03 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 15 22:32:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad15123

dev-haskell/haddock-library: bump up to 1.9.0

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/haddock-library/Manifest   |  1 +
 .../haddock-library/haddock-library-1.9.0.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-haskell/haddock-library/Manifest 
b/dev-haskell/haddock-library/Manifest
index 078c648125d..d021b2c1e5f 100644
--- a/dev-haskell/haddock-library/Manifest
+++ b/dev-haskell/haddock-library/Manifest
@@ -1 +1,2 @@
 DIST haddock-library-1.8.0.tar.gz 30918 BLAKE2B 
a8bcf9e08f6596375186930cf4a98ae547c40d85eb0bd00b7aaf8212c3738e32cd51cea044206f3746d10d228b1e8b8a2ccdb28ae7c7957006f518d090a6ceed
 SHA512 
f84672b67dd4b18402efb8b40eb0e2cb912ecf894cfdedf61b0ada87392e63609cf1101d4fc793686cc4af354665661bf4dc902313bb466efee683a7c64bbe2b
+DIST haddock-library-1.9.0.tar.gz 31465 BLAKE2B 
785935a7f80831c000db796ed9d0071309de86d36c68d5677b6c948aa914c09a00582af500a25d2d751d96ef6ebb30696fba51a2ed84fa1b4850e5795ae5f55d
 SHA512 
ec41df15a849a59fc41a443ce233dfa6293f0d201ed1847bd8a7732bc0e2138bab2305c127bd60f51919d8eeeb6808eec7a0add38edacd059956d852167477b5

diff --git a/dev-haskell/haddock-library/haddock-library-1.9.0.ebuild 
b/dev-haskell/haddock-library/haddock-library-1.9.0.ebuild
new file mode 100644
index 000..59c2d563d11
--- /dev/null
+++ b/dev-haskell/haddock-library/haddock-library-1.9.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.4.
+
+CABAL_FEATURES="lib profile test-suite" # haddock hoogle hscolour
+inherit haskell-cabal
+
+DESCRIPTION="Library exposing some functionality of Haddock"
+HOMEPAGE="https://www.haskell.org/haddock/;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+# keep in sync with ghc-8.10
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=dev-haskell/parsec-3.1.13.0:=[profile?] 
=dev-haskell/text-1.2.3.0:=[profile?] =dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2
+   test? ( >=dev-haskell/hspec-2.4.4
+   >=dev-haskell/optparse-applicative-0.15
+   >=dev-haskell/tree-diff-0.1
+   >=dev-haskell/base-compat-0.9.3
+   >=dev-haskell/quickcheck-2.11 )
+"
+
+src_prepare() {
+   default
+
+   cabal_chdeps \
+   'base-compat  ^>= 0.9.3 || ^>= 0.11.0' 'base-compat  >= 0.9.3' \
+   'hspec  >= 2.4.4&& < 2.8' 'hspec
  >= 2.4.4' \
+   'optparse-applicative  ^>= 0.15' 'optparse-applicative  >= 
0.15' \
+   'QuickCheck   ^>= 2.11  || ^>= 2.13.2' 'QuickCheck   >= 2.11' \
+   'tree-diff ^>= 0.1' 'tree-diff >= 0.1'
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-library/

2021-03-14 Thread Sergei Trofimovich
commit: d650d4c7797f0ee8400f010c12b6442515e5b732
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 14 09:55:13 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 14 09:58:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d650d4c7

dev-haskell/haddock-library: drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/haddock-library/Manifest   |  3 ---
 .../haddock-library/haddock-library-1.1.1.ebuild   | 27 ---
 .../haddock-library/haddock-library-1.2.1.ebuild   | 30 --
 .../haddock-library/haddock-library-1.4.2.ebuild   | 29 -
 4 files changed, 89 deletions(-)

diff --git a/dev-haskell/haddock-library/Manifest 
b/dev-haskell/haddock-library/Manifest
index 8972e788b10..078c648125d 100644
--- a/dev-haskell/haddock-library/Manifest
+++ b/dev-haskell/haddock-library/Manifest
@@ -1,4 +1 @@
-DIST haddock-library-1.1.1.tar.gz 35641 BLAKE2B 
1754ce1088c34629f8523a80c9ee142471b8e7f53f5a77e89265211588cc80719e7fec49e35142b8288b4632a0548def65f9f2966d6838d79e75ec1574588336
 SHA512 
5f1a592af66a054482fc06ca8d974db0ebd4e42b383ec6b3fd7d44d155bd89c567013af1266e697b76a96b4d39486bc22eac7eb4b1d6842ec0f842533ac8dffb
-DIST haddock-library-1.2.1.tar.gz 38606 BLAKE2B 
1896a098a4858796feb9ded26914a7cfc9f6478f3993485a9c61be1a3b1aee1e32accafadaa5b1e030d17f78555b1f4c731b76c09bb83c7a7cb8132c8e25e792
 SHA512 
7ac9dfc648e6e59e1dbaafc7fdf26acb378997506c353dedadf89a729223cdb518edd59642e81758fd898cda163258e5e4150fc84369c3e011e59acd827a037a
-DIST haddock-library-1.4.2.tar.gz 38701 BLAKE2B 
56c0f1c46100fcf8afa88ce8c44f989da9561109bf74473d5ef65962cc057cf7a54f87786171ad2f57895000e610663f1b2711f231adc7d85442e9028bd9729b
 SHA512 
0ea02f4ac898e6d4349f3c8d3997d66c35866350bfd661b6030a0b59c609eaae3647c8898bb5142afb0235b2eb785059356f6eb2031e6e93615d1d4e3c4cce82
 DIST haddock-library-1.8.0.tar.gz 30918 BLAKE2B 
a8bcf9e08f6596375186930cf4a98ae547c40d85eb0bd00b7aaf8212c3738e32cd51cea044206f3746d10d228b1e8b8a2ccdb28ae7c7957006f518d090a6ceed
 SHA512 
f84672b67dd4b18402efb8b40eb0e2cb912ecf894cfdedf61b0ada87392e63609cf1101d4fc793686cc4af354665661bf4dc902313bb466efee683a7c64bbe2b

diff --git a/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild 
b/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild
deleted file mode 100644
index 0bd4c0f1af6..000
--- a/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.4.4.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Library exposing some functionality of Haddock"
-HOMEPAGE="https://www.haskell.org/haddock/;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-   test? ( dev-haskell/base-compat
-   dev-haskell/hspec
-   >=dev-haskell/quickcheck-2 https://www.haskell.org/haddock/;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RESTRICT=test # on ghc-7.6 Prelude collides with base-compat
-
-RDEPEND="dev-haskell/transformers:=[profile?]
-   >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-   test? ( dev-haskell/base-compat
-   dev-haskell/hspec
-   >=dev-haskell/quickcheck-2 https://www.haskell.org/haddock/;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-# keep in sync with ghc-8.0.1, might not be required but needs porting revdeps
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-haskell/transformers:=[profile?]
-   >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-   test? ( dev-haskell/base-compat
-   dev-haskell/hspec
-   >=dev-haskell/quickcheck-2 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-library/

2020-11-01 Thread Sergei Trofimovich
commit: 9005606bf871cd19a57c0dc24b3172abdad9e8ee
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  1 13:52:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  1 13:52:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9005606b

dev-haskell/haddock-library: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/haddock-library/haddock-library-1.1.1.ebuild | 2 +-
 dev-haskell/haddock-library/haddock-library-1.2.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild 
b/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild
index 45e613953d7..0bd4c0f1af6 100644
--- a/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild
+++ b/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 # ebuild generated by hackport 0.4.4.
 

diff --git a/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild 
b/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild
index 5d6d6a8321a..b1001acdcbf 100644
--- a/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild
+++ b/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 # ebuild generated by hackport 0.4.5.
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-library/

2020-09-02 Thread Sergei Trofimovich
commit: 5a8ebc3c9af4e42bc72d18e0a810649e8b05572e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep  2 07:28:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep  2 07:31:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8ebc3c

dev-haskell/haddock-library: use https:// HOMEPAGE

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/haddock-library/haddock-library-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/haddock-library/haddock-library-1.8.0.ebuild 
b/dev-haskell/haddock-library/haddock-library-1.8.0.ebuild
index 8bda04a8c3d..0a9bf5474c7 100644
--- a/dev-haskell/haddock-library/haddock-library-1.8.0.ebuild
+++ b/dev-haskell/haddock-library/haddock-library-1.8.0.ebuild
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile test-suite" # haddock hoogle 
hscolour
 inherit haskell-cabal
 
 DESCRIPTION="Library exposing some functionality of Haddock"
-HOMEPAGE="http://www.haskell.org/haddock/;
+HOMEPAGE="https://www.haskell.org/haddock/;
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-library/

2017-02-15 Thread Sergei Trofimovich
commit: bb26265a174139858223c54023baf8ba1dc2d40d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 15 08:47:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 15 08:47:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb26265a

dev-haskell/haddock-library: bump up to 1.4.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-haskell/haddock-library/Manifest   |  1 +
 .../haddock-library/haddock-library-1.4.2.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-haskell/haddock-library/Manifest 
b/dev-haskell/haddock-library/Manifest
index 4d6393aae5..17b9b22339 100644
--- a/dev-haskell/haddock-library/Manifest
+++ b/dev-haskell/haddock-library/Manifest
@@ -1,2 +1,3 @@
 DIST haddock-library-1.1.1.tar.gz 35641 SHA256 
350c2dd4f62fc85debe53ea51ce2a7e8ec7c8abb1b5acc664c5adf80ebaa566a SHA512 
5f1a592af66a054482fc06ca8d974db0ebd4e42b383ec6b3fd7d44d155bd89c567013af1266e697b76a96b4d39486bc22eac7eb4b1d6842ec0f842533ac8dffb
 WHIRLPOOL 
7e8020b0ae5200b97f5f568bc82e68c1f8379c86291c37b4fd6ec73890b7ba22aa3a74c496267912b51ccc862d208ff021614886cdf045692dd098733186bb34
 DIST haddock-library-1.2.1.tar.gz 38606 SHA256 
0fb1a09d2b6f5339bc008a8ebf6519f22d27f65cfcc682488a7b67e8ee151056 SHA512 
7ac9dfc648e6e59e1dbaafc7fdf26acb378997506c353dedadf89a729223cdb518edd59642e81758fd898cda163258e5e4150fc84369c3e011e59acd827a037a
 WHIRLPOOL 
67a48f606d9a55079796fd2ad75e9e8a5e4b183c6d98653ffc81fa5678ddf551f48104f067809ce91e4807db35b0475f46d0a4d5f8f252ef7eb273a52ef9176e
+DIST haddock-library-1.4.2.tar.gz 38701 SHA256 
e8edf0714ef3c0e64ad61db6e9f3c1ca0980941b4e9128c94881588cdb4168dc SHA512 
0ea02f4ac898e6d4349f3c8d3997d66c35866350bfd661b6030a0b59c609eaae3647c8898bb5142afb0235b2eb785059356f6eb2031e6e93615d1d4e3c4cce82
 WHIRLPOOL 
44a89537ff7f51f54e85a054d4d4a5c2c627c93bfba3ee31d581c44b8de2bbaa07083711206080652b7912b72179a469c46a450192d7779a167e893e082a1bf2

diff --git a/dev-haskell/haddock-library/haddock-library-1.4.2.ebuild 
b/dev-haskell/haddock-library/haddock-library-1.4.2.ebuild
new file mode 100644
index 00..5f2a74f64d
--- /dev/null
+++ b/dev-haskell/haddock-library/haddock-library-1.4.2.ebuild
@@ -0,0 +1,30 @@
+# 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.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Library exposing some functionality of Haddock"
+HOMEPAGE="http://www.haskell.org/haddock/;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+# keep in sync with ghc-8.0.1, might not be required but needs porting revdeps
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-haskell/transformers:=[profile?]
+   >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.10
+   test? ( dev-haskell/base-compat
+   dev-haskell/hspec
+   >=dev-haskell/quickcheck-2 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-library/

2015-09-19 Thread Sergei Trofimovich
commit: 11a3205bcb30ecc8e96146a1e84fdbdf71e2309e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 19 14:10:11 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 19 15:52:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a3205b

dev-haskell/haddock-library: amd64, x86 stable, bug #559988

Package-Manager: portage-2.2.20

 dev-haskell/haddock-library/haddock-library-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild 
b/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild
index bcfad0a..afca4ec 100644
--- a/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild
+++ b/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-haskell/transformers:=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-library/

2015-09-19 Thread Sergei Trofimovich
commit: 3a29ee7f204ef93fd50d7115e1c485da85009af3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 19 14:15:54 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 19 15:52:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a29ee7f

dev-haskell/haddock-library: disable tests

Package-Manager: portage-2.2.20

 dev-haskell/haddock-library/haddock-library-1.2.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild 
b/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild
index afca4ec..7398e7c 100644
--- a/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild
+++ b/dev-haskell/haddock-library/haddock-library-1.2.1.ebuild
@@ -18,6 +18,8 @@ SLOT="0/${PV}"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
+RESTRICT=test # on ghc-7.6 Prelude collides with base-compat
+
 RDEPEND="dev-haskell/transformers:=[profile?]
>=dev-lang/ghc-7.4.1:=
 "