summaryrefslogtreecommitdiffhomepage
path: root/stack.yaml
AgeCommit message (Collapse)Author
9 daysUpdate stack.yaml for latest stackage ltsAlexander 'ccntrq' Pankoff
Bump the resolver from lts-18.20 (GHC 8.10.7) to lts-24.45 (GHC 9.10.3). GHC 8.10 is below the minimum we now support, so the old resolver no longer matched our GHC support policy. lts-24.45 sits within the supported 9.6-9.14 range and is the latest lts on stackage. The newer snapshot ships recent enough versions of libmpd, cairo, pango, glib and gtk2hs-buildtools, so drop them from extra-deps and let stack take them from the resolver.
2023-01-17stack dependencies for cairo/pango (fixes #666)jao
2022-01-01Updated stack resolverTuong Nguyen Manh
This fixes build errors with alsa-mixer.
2020-10-25Fix for broken DateZone monitorDino Morelli
There's a longstanding bug in timezone-olson that causes it to fail to read some zoneinfo files (but not all, oddly). This was resolved in timezone-olson-0.2.0 which can be built against by using a later Stackage snapshot than master currently points to. This fix pushes the snapshot up to lts-16.0 and also modifies the cabal version range for timezone-olson to set 0.2.0 as the minimum.
2020-10-10update libmpd to 0.9.2.0Olivier Schneider
2020-02-26hlint nitjao
2020-02-23Changelog entry for time coalescingjao
2020-01-04lts 14.20 (ghc 8.6.5)jao
2019-10-10libmpd 0.9.0.10jao
2019-04-21stack resolver for ghc 8.6.4jao
2019-03-01Add `nix` section to stack.yamlClaudio Bley
When building xmobar on NixOS (where stack's Nix integration is enabled by default), this ensures that all required system libraries are available inside the local build environment. See https://docs.haskellstack.org/en/stable/nix_integration/ for details.
2018-12-24stack.yaml for lts-13.0 (ghc 8.6.3)jao
With notes on how to adapt it to lts-12.4 (i.e., ghc 8.4.4). See also #357.
2018-11-21All sources moved inside srcjao
2018-07-19New ComX specifying error output string (closes #342)jao
2018-02-01`stack build --flag xmobar:all_extensions` workingjao
2018-02-01Version bumped: 0.250.25jao
2018-01-17stack.yaml update (still pretty clumsy) and Mbox -u's docsjao
2017-05-27Updated stack.yml (autogenerated by stack init for ghc 8.x)jao
2016-02-03Add stack.yamlSidharth Kapur