Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html

# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: nightly-2024-12-09
resolver: nightly-2025-05-02

# Local packages, usually specified by relative directory name
packages:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html

# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-22.43
resolver: lts-23.20

# Local packages, usually specified by relative directory name
packages:
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 08bd13ce621b41a8f5e51456b38d5b46d7783ce114a50ab604d6bbab0d002146
size: 720271
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/43.yaml
original: lts-22.43
sha256: 00f925a9777b4315ee11d05b2dbed5b37296d3635bbeb3afd10d06a4b4504b02
size: 683836
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/20.yaml
original: lts-23.20
4 changes: 2 additions & 2 deletions termonad.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ library
, file-embed
, filepath
, focuslist
, gi-gdk < 4
, gi-gdk3
, gi-gdkpixbuf
, gi-gio
, gi-glib
, gi-gtk >= 3.0.24 && < 4
, gi-gtk3
, gi-pango
, gi-vte >= 2.91.19
, haskell-gi-base >= 0.21.2
Expand Down
Loading