diff options
| author | jao <jao@gnu.org> | 2026-06-27 22:05:24 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-06-27 22:05:24 +0100 |
| commit | 2eba70fa5570b551f5184dc49d2063ad1584ca98 (patch) | |
| tree | b8580e16cbe5bcd85e486baee5b538fa1fc1c003 /xmobar.cabal | |
| parent | 971c73165813ca60446bc8d0f17ee3267fded327 (diff) | |
| parent | 82e19e88e88a375d62f8b7c992ebfaa9bfdd88b2 (diff) | |
| download | xmobar-2eba70fa5570b551f5184dc49d2063ad1584ca98.tar.gz xmobar-2eba70fa5570b551f5184dc49d2063ad1584ca98.tar.bz2 | |
xmobar.cabal: additional upper bounds for deps (hackage happy)
Diffstat (limited to 'xmobar.cabal')
| -rw-r--r-- | xmobar.cabal | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 2049fc4..e7ed69c 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -216,30 +216,30 @@ library aeson >=1.4.7.1 && <2.4, async <2.3, base >=4.18.0 && <4.22, - bytestring >=0.10.8.2, + bytestring >=0.10.8.2 && <0.13, cairo >=0.13 && <0.14, colour >=2.3.6 && <2.4, - containers, - directory, + containers <0.9, + directory <1.4, extra <1.9, - filepath, + filepath <1.6, mtl >=2.1 && <2.4, old-locale <1.1, pango >=0.13 && <0.14, parsec >=3.1 && <3.2, parsec-numbers >=0.1.0 && <0.2, - process, + process <1.7, regex-compat <0.96, stm >=2.3 && <2.6, - time, - transformers, - unix, + time <1.17, + transformers <0.7, + unix <2.9, utf8-string >=0.3 && <1.1, vector <0.14, X11 >=1.6.1 && <1.11 if impl(ghc <9.6.0) - build-depends: unsupported-ghc-version >1 && <1 + build-depends: unsupported-ghc-version >=1 && <1 if flag(with_threaded) cpp-options: -DTHREADED_RUNTIME @@ -280,7 +280,7 @@ library if (flag(with_mpd) || flag(all_extensions)) cpp-options: -DLIBMPD other-modules: Xmobar.Plugins.Monitors.MPD - build-depends: libmpd >=0.10.0.1 + build-depends: libmpd >=0.10.0.1 && <0.11 if (flag(with_alsa) || flag(all_extensions)) cpp-options: -DALSA @@ -291,7 +291,7 @@ library build-depends: alsa-mixer >=0.3 && <0.4, alsa-core >=0.5 && <0.6, - process >=1.4.3.0 + process >=1.4.3.0 && <1.7 if (flag(with_datezone) || flag(all_extensions)) cpp-options: -DDATEZONE @@ -303,12 +303,12 @@ library if (flag(with_mpris) || flag(all_extensions)) cpp-options: -DMPRIS other-modules: Xmobar.Plugins.Monitors.Mpris - build-depends: dbus >=1 + build-depends: dbus >=1 && <1.5 if (flag(with_dbus) || flag(all_extensions)) cpp-options: -DDBUS other-modules: Xmobar.System.DBus - build-depends: dbus >=1 + build-depends: dbus >=1 && <1.5 if (flag(with_xpm) || flag(all_extensions)) cpp-options: -DXPM @@ -358,7 +358,7 @@ library kvm geom - build-depends: bsd-sysctl + build-depends: bsd-sysctl <1.1 else other-modules: @@ -381,11 +381,11 @@ executable xmobar X11 <1.11, async <2.3, base, - containers, - directory, - filepath, + containers <0.9, + directory <1.4, + filepath <1.6, parsec, - unix, + unix <2.9, xmobar if flag(with_rtsopts) @@ -419,23 +419,23 @@ test-suite XmobarTest X11 <1.11, async <2.3, base, - bytestring, - containers, - directory, - filepath, + bytestring <0.13, + containers <0.9, + directory <1.4, + filepath <1.6, hspec >=2 && <3, mtl, old-locale <1.1, parsec, parsec-numbers <0.2, - process, + process <1.7, regex-compat <0.96, regex-tdfa <1.4, stm, temporary <1.4, - time, - transformers, - unix, + time <1.17, + transformers <0.7, + unix <2.9, xmobar if (flag(with_alsa) || flag(all_extensions)) @@ -448,7 +448,7 @@ test-suite XmobarTest build-depends: alsa-mixer, alsa-core, - process >=1.4.3.0 + process >=1.4.3.0 && <1.7 if os(freebsd) other-modules: Xmobar.Plugins.Monitors.Cpu.FreeBSD @@ -467,5 +467,5 @@ benchmark xmobarbench base, gauge, mtl, - time, + time <1.17, xmobar |
