diff options
Diffstat (limited to 'dev-haskell/aeson/aeson-0.9.0.1.ebuild')
-rw-r--r-- | dev-haskell/aeson/aeson-0.9.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-haskell/aeson/aeson-0.9.0.1.ebuild b/dev-haskell/aeson/aeson-0.9.0.1.ebuild index b3a0d2179de6..0032c175ff97 100644 --- a/dev-haskell/aeson/aeson-0.9.0.1.ebuild +++ b/dev-haskell/aeson/aeson-0.9.0.1.ebuild @@ -5,6 +5,7 @@ EAPI=5 # ebuild generated by hackport 0.4.5.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.13.0.0:=[profile?] >=dev-haskell/dlist-0.2:=[profile?] @@ -42,5 +43,5 @@ DEPEND="${RDEPEND} src_configure() { haskell-cabal_src_configure \ - $(cabal_flag developer developer) + --flag=-developer } |