Age | Commit message (Collapse) | Author |
|
|
|
But, since simpleHTTP doesn't support HTTPS, the plugin only works
when one compiles with `with_counduit`, which brings in an insane
number of new deps.
See #378
|
|
|
|
|
|
|
|
|
|
|
|
Should take care of issue #371
|
|
Fixes #370, and then some
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An unindented `do` block was causing compilation failures.
|
|
|
|
Move the Main module to a new `app` directory. All other modules have
been nested under the `Xmobar` name. Lots of module headers & imports
were updated.
|