File tree 4 files changed +65
-3
lines changed
4 files changed +65
-3
lines changed Original file line number Diff line number Diff line change 1
- * .sw [ponm ]
2
- dist /
3
- .cabal-sandbox
1
+ # ## Haskell
2
+ dist
3
+ dist- *
4
+ cabal-dev
5
+ * .o
6
+ * .hi
7
+ * .chi
8
+ * .chs.h
9
+ * .dyn_o
10
+ * .dyn_hi
11
+ * .prof
12
+ * .aux
13
+ * .hp
14
+ * .eventlog
15
+ .virtualenv
16
+ .hsenv
17
+ .hpc
18
+ .cabal-sandbox /
4
19
cabal.sandbox.config
20
+ cabal.config
21
+ cabal.project.local
22
+ .ghc.environment. *
23
+ .HTF /
24
+ .hie /
25
+
26
+ # Stack
27
+ .stack-work /
28
+ stack.yaml.lock
29
+
30
+ # ## IDE/support
31
+ # Vim
32
+ [._ ]* .s [a-v ][a-z ]
33
+ [._ ]* .sw [a-p ]
34
+ [._ ]s [a-v ][a-z ]
35
+ [._ ]sw [a-p ]
36
+ * ~
37
+ tags
38
+
39
+ # IntellijIDEA
40
+ .idea /
41
+ .ideaHaskellLib /
42
+ * .iml
43
+
44
+ # Atom
45
+ .haskell-ghc-mod.json
46
+
47
+ # VS
48
+ .vscode /
49
+
50
+ # Emacs
51
+ * #
52
+ .dir-locals.el
53
+ TAGS
54
+
55
+ # other
56
+ .DS_Store
57
+ * .sw [ponm ]
58
+
5
59
.stack-work
6
60
.shake
7
61
output /*
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ cabal build
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ cabal build
3
+ cabal exec scheme -- -r
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ cabal build
3
+ cabal exec scheme -- " $@ "
You can’t perform that action at this time.
0 commit comments