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 | 91501496a8fe573790d52db889220311e48673ac (patch) | |
tree | c4c670e9b1eaecaa9be62db1601eb0df6a3117d5 /util | |
parent | bc3dbb388e59b148bdbf156152f9d37387f7b6ea (diff) | |
download | metatile-91501496a8fe573790d52db889220311e48673ac.tar metatile-91501496a8fe573790d52db889220311e48673ac.zip |
Minor updates to supporting files (for 0.10 release).
Ignore-this: 412282a6d392063b9b67636735617700
darcs-hash:20111118231324-1499c-117e01c0b948b31111f648e8a738ca5148709139
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 |