diff options
Diffstat (limited to 'dev-haskell/aeson/aeson-0.7.0.6.ebuild')
-rw-r--r-- | dev-haskell/aeson/aeson-0.7.0.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-haskell/aeson/aeson-0.7.0.6.ebuild b/dev-haskell/aeson/aeson-0.7.0.6.ebuild index 222eaa47b052..d0ccc7a8bc6c 100644 --- a/dev-haskell/aeson/aeson-0.7.0.6.ebuild +++ b/dev-haskell/aeson/aeson-0.7.0.6.ebuild @@ -5,6 +5,7 @@ EAPI=5 # ebuild generated by hackport 0.4.9999 +#hackport: flags: -developer CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="amd64 x86" -IUSE="developer" +IUSE="" RDEPEND=">=dev-haskell/attoparsec-0.11.3.4:=[profile?] >=dev-haskell/blaze-builder-0.2.1.4:=[profile?] @@ -45,5 +46,5 @@ DEPEND="${RDEPEND} src_configure() { haskell-cabal_src_configure \ - $(cabal_flag developer developer) + --flag=-developer } |