diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2011-11-19 00:13:24 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2011-11-19 00:13:24 +0100 |
commit | d27b59fd1f518356f55809519b2c09116e08d410 (patch) | |
tree | c4c670e9b1eaecaa9be62db1601eb0df6a3117d5 /util | |
parent | 2228d08ff6c328db1d3b24ac6473ebd8162658f9 (diff) | |
download | xmonad-d27b59fd1f518356f55809519b2c09116e08d410.tar.gz xmonad-d27b59fd1f518356f55809519b2c09116e08d410.tar.xz xmonad-d27b59fd1f518356f55809519b2c09116e08d410.zip |
Minor updates to supporting files (for 0.10 release).
Ignore-this: 412282a6d392063b9b67636735617700
darcs-hash:20111118231324-1499c-117e01c0b948b31111f648e8a738ca5148709139.gz
Diffstat (limited to 'util')
-rw-r--r-- | util/GenerateManpage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/GenerateManpage.hs b/util/GenerateManpage.hs index 01bdec4..9c232c3 100644 --- a/util/GenerateManpage.hs +++ b/util/GenerateManpage.hs @@ -36,7 +36,7 @@ import Distribution.Text import Text.Pandoc -- works with 1.6 -releaseDate = "25 October 09" +releaseDate = "18 November 2011" trim :: String -> String trim = reverse . dropWhile isSpace . reverse . dropWhile isSpace |