File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -69,23 +69,10 @@ source tree:
69
69
cabal install -fall_extensions
70
70
71
71
72
- Otherwise, run the configure script:
72
+ There is also a barebones ` stack.yaml ` file that will allow you to
73
+ build the xmobar executable with stances of the form:
73
74
74
- runhaskell Setup.lhs configure
75
-
76
- # To enable UTF-8 support run:
77
- runhaskell Setup.lhs configure --flags="with_utf8"
78
-
79
- # To enable both XFT and UTF-8 support run:
80
- runhaskell Setup.lhs configure --flags="with_xft"
81
-
82
- # To enable all extensions
83
- runhaskell Setup.lhs configure --flags="all_extensions"
84
-
85
- Now you can build the source:
86
-
87
- runhaskell Setup.lhs build
88
- runhaskell Setup.lhs install # possibly to be run as root
75
+ stack build --flag xmobar:all_extensions
89
76
90
77
91
78
## Optional features
Original file line number Diff line number Diff line change 1
1
resolver : lts-10.3
2
+ allow-newer : true
2
3
packages :
3
4
- .
4
5
# Dependency packages to be pulled from upstream that are not in the resolver
5
6
# (e.g., acme-missiles-0.3)
6
- # extra-deps: []
7
+ extra-deps : [iwlib-0.1.0 ]
7
8
8
9
# Override default flag values for local packages and extra-deps
9
10
# flags: {}
10
11
11
12
# Control whether we use the GHC we find on the path
12
- system-ghc : true
13
+ # system-ghc: true
14
+
You can’t perform that action at this time.
0 commit comments