summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-10 01:53:53 +0100
committerjao <jao@gnu.org>2022-07-10 01:54:51 +0100
commitceeebe04a619402095c177d4b224a2df35e1da25 (patch)
tree0d5191543809250b41adc45ec314ed1e5be3cd41 /xmobar.cabal
parentc4a14a056fc9f12a103cc70d44282f18601e39ad (diff)
downloadxmobar-ceeebe04a619402095c177d4b224a2df35e1da25.tar.gz
xmobar-ceeebe04a619402095c177d4b224a2df35e1da25.tar.bz2
Links to new repo in codeberg
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index e01bebd..9790d2a 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -1,6 +1,6 @@
name: xmobar
-version: 0.44
-homepage: https://github.com/jaor/xmobar
+version: 0.45
+homepage: https://codeberg.org/jao/xmobar
synopsis: A Minimalistic Text Based Status Bar
description: Xmobar is a minimalistic text based status bar.
.
@@ -12,7 +12,7 @@ license: BSD3
license-file: license
author: Andrea Rossato and Jose A. Ortega Ruiz
maintainer: Jose A. Ortega Ruiz <jao@gnu.org>
-bug-reports: https://github.com/jaor/xmobar/issues
+bug-reports: https://codeberg.org/jao/xmobar/issues
cabal-version: >= 1.10
build-type: Simple
@@ -25,7 +25,7 @@ extra-source-files: readme.org, changelog.md,
source-repository head
type: git
- location: git://github.com/jaor/xmobar.git
+ location: git://codeberg.org/jao/xmobar.git
branch: master
flag with_xft
@@ -215,7 +215,7 @@ library
if flag(with_threaded)
-- -threaded is a workaround for 100% CPU busy loop
-- (http://hackage.haskell.org/trac/ghc/ticket/4934).
- -- See also comments in https://github.com/jaor/xmobar/pull/36
+ -- See also comments in https://codeberg.org/jao/xmobar/pulls/36
cpp-options: -DTHREADED_RUNTIME
if flag(with_rtsopts)
@@ -345,7 +345,7 @@ executable xmobar
if flag(with_threaded)
-- -threaded is a workaround for 100% CPU busy loop
-- (http://hackage.haskell.org/trac/ghc/ticket/4934).
- -- See also comments in https://github.com/jaor/xmobar/pull/36
+ -- See also comments in https://codeberg.org/jao/xmobar/pulls/36
ghc-options: -threaded
cpp-options: -DTHREADED_RUNTIME