summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-10-27 14:01:48 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2015-10-30 17:43:17 +0100
commitb05ab1a8bde53fee69d1ba99c7475444e9f84aa0 (patch)
tree690f18bb81c01612eb1ae6b0ea23d641780979a5 /utils/runghc
parent1f1c7c610b0ff26dccaef089e27003497fa25beb (diff)
downloadhaskell-b05ab1a8bde53fee69d1ba99c7475444e9f84aa0.tar.gz
Build system: cleanup a few .cabal files
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/runghc.cabal.in15
1 files changed, 4 insertions, 11 deletions
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 6da179ad24..89f9e05c14 100644
--- a/utils/runghc/runghc.cabal.in
+++ b/utils/runghc/runghc.cabal.in
@@ -12,18 +12,11 @@ Category: Development
build-type: Simple
cabal-version: >=1.10
-Flag base3
- Description: Choose the new smaller, split-up base package.
-
Executable runghc
Default-Language: Haskell2010
Main-Is: Main.hs
- if flag(base3)
- Build-Depends: base >= 3 && < 5,
- directory >= 1 && < 1.3,
- process >= 1 && < 1.3
- else
- Build-Depends: base < 3
- Build-Depends: filepath
-
+ Build-Depends: base >= 3 && < 5,
+ directory >= 1 && < 1.3,
+ process >= 1 && < 1.3,
+ filepath