diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-12-20 16:46:58 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-12-20 16:47:50 +0000 |
commit | 504630c29ca377cda767c296386fbe3b2efdb263 (patch) | |
tree | 60c2a0c23c05041613dee2a3a29fe875738f4fcf /dev-haskell | |
parent | sci-chemistry/gperiodic: Version Bump and handle LINGUAS (diff) | |
download | gentoo-504630c29ca377cda767c296386fbe3b2efdb263.tar.gz gentoo-504630c29ca377cda767c296386fbe3b2efdb263.tar.bz2 gentoo-504630c29ca377cda767c296386fbe3b2efdb263.zip |
dev-haskell/scientific: allow dev-lang/ghc[-gmp], bug #568864
Thanks to Zentoo who discovered reintroduction of bug #519670
Bug: https://bugs.gentoo.org/568864
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/scientific/scientific-0.3.3.8.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-haskell/scientific/scientific-0.3.3.8.ebuild b/dev-haskell/scientific/scientific-0.3.3.8.ebuild index 625b739ee7fd..ba988a4c1c96 100644 --- a/dev-haskell/scientific/scientific-0.3.3.8.ebuild +++ b/dev-haskell/scientific/scientific-0.3.3.8.ebuild @@ -5,7 +5,6 @@ EAPI=5 # ebuild generated by hackport 0.4.4.9999 -#hackport: flags: -integer-simple CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -36,6 +35,5 @@ DEPEND="${RDEPEND} src_configure() { haskell-cabal_src_configure \ - $(cabal_flag bytestring-builder bytestring-builder) \ - --flag=-integer-simple + $(cabal_flag bytestring-builder bytestring-builder) } |