| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
This fixes build errors with alsa-mixer.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
With notes on how to adapt it to lts-12.4 (i.e., ghc 8.4.4). See also #357.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|