summaryrefslogtreecommitdiff
path: root/utils/hsc2hs/hsc2hs.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hsc2hs/hsc2hs.cabal')
-rw-r--r--utils/hsc2hs/hsc2hs.cabal7
1 files changed, 3 insertions, 4 deletions
diff --git a/utils/hsc2hs/hsc2hs.cabal b/utils/hsc2hs/hsc2hs.cabal
index 1e84ff3d11..8d06366090 100644
--- a/utils/hsc2hs/hsc2hs.cabal
+++ b/utils/hsc2hs/hsc2hs.cabal
@@ -34,9 +34,8 @@ Executable hsc2hs
if flag(base3)
Build-Depends: base >= 3 && < 4,
directory >= 1 && < 1.1,
- process >= 1 && < 1.1,
- haskell98
+ process >= 1 && < 1.1
else
- Build-Depends: base < 3,
- haskell98
+ Build-Depends: base < 3
+ Build-Depends: haskell98, Cabal