diff options
Diffstat (limited to 'dev-haskell/fgl')
-rw-r--r-- | dev-haskell/fgl/fgl-5.7.0.3.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/fgl/fgl-5.7.0.3.ebuild b/dev-haskell/fgl/fgl-5.7.0.3.ebuild index b37b8ffcd43b..dbf509ee6bbd 100644 --- a/dev-haskell/fgl/fgl-5.7.0.3.ebuild +++ b/dev-haskell/fgl/fgl-5.7.0.3.ebuild @@ -24,9 +24,6 @@ DEPEND="${RDEPEND} >=dev-haskell/quickcheck-2.8 <dev-haskell/quickcheck-2.15 ) " -src_prepare() { - default - - cabal_chdeps \ - 'hspec >= 2.1 && < 2.8' 'hspec >= 2.1' -} +CABAL_CHDEPS=( + 'hspec >= 2.1 && < 2.8' 'hspec >= 2.1' +) |