diff options
Diffstat (limited to 'dev-haskell/scientific/scientific-0.3.3.8.ebuild')
-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) } |