blob: c25ef09cc17738c928a5c82e4b197a6c5ea951a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
> ``` example
> else showWithColors (printf "Batt: %.2f%%") stateInPercentage
> ```
>
> \`\`\`
Then as before:
``` example
% runhaskell Setup.lhs configure --user
% runhaskell Setup.lhs build
% runhaskell Setup.lhs install --user
```
Battery information should be visible.
|