-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrunghc.cabal
41 lines (37 loc) · 1.25 KB
/
runghc.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Name: runghc
Version: 0.1.0.3
Category: Console
Synopsis: runghc replacement for fast repeated runs
Stability: experimental
Homepage: https://github.com/bacchanalia/runghc
Copyright: Copyright (C) 2011 Michael Zuser
License: GPL-3
License-file: COPYING
Author: Michael Zuser
Maintainer: Michael Zuser <[email protected]
Cabal-version: >= 1.6
Build-type: Simple
Description:
This is a replacement for runghc which keeps compiled files
for fast runtimes when nothing has changed
.
@
Usage: runghc [options] [ghc-options] file [file-arguments]
Options:
-! --compile-only Do not run the script, just compile it
--exe-dir=DIR Directory for the executable
default=<scr-dir>/.compile
--out-dir=DIR Directory for the intermediate files
default=<exe-dir>/<basename>-intermediate-files
-? --help Display this help message
@
Executable runghc
hs-source-dirs: .
main-is: runghc.hs
build-depends:
base == 4.*
, directory == 1.*
, filepath == 1.*
, old-time == 1.*
, process == 1.*
, cmdargs >= 0.6 && < 0.11