diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-09-04 02:51:47 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-09-04 02:51:47 +0200 |
commit | a17402e82a0f0c6de2284d904a805c02f8f9f81d (patch) | |
tree | 8bec35a783f9f0df220466f2cacd18f230c5a19e /XMonad/Prompt | |
parent | e05166432c3265256893eda82dfba0b7eb47c305 (diff) | |
download | XMonadContrib-a17402e82a0f0c6de2284d904a805c02f8f9f81d.tar.gz XMonadContrib-a17402e82a0f0c6de2284d904a805c02f8f9f81d.tar.xz XMonadContrib-a17402e82a0f0c6de2284d904a805c02f8f9f81d.zip |
Mark modules last-modified in 2007 as stable
Ignore-this: 53f7fde5684cd9f105cf4e3ce0d849d2
http://www.haskell.org/pipermail/xmonad/2009-July/008328.html
darcs-hash:20090904005147-1499c-26b69f4359925d57dcbbed2a557fc4b1b69eaca4.gz
Diffstat (limited to '')
-rw-r--r-- | XMonad/Prompt/AppendFile.hs | 2 | ||||
-rw-r--r-- | XMonad/Prompt/Email.hs | 2 | ||||
-rw-r--r-- | XMonad/Prompt/Input.hs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Prompt/AppendFile.hs b/XMonad/Prompt/AppendFile.hs index 9493d15..e5ffb5d 100644 --- a/XMonad/Prompt/AppendFile.hs +++ b/XMonad/Prompt/AppendFile.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : <byorgey@gmail.com> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- A prompt for appending a single line of text to a file. Useful for diff --git a/XMonad/Prompt/Email.hs b/XMonad/Prompt/Email.hs index 7468c9f..f635b34 100644 --- a/XMonad/Prompt/Email.hs +++ b/XMonad/Prompt/Email.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : <byorgey@gmail.com> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- A prompt for sending quick, one-line emails, via the standard GNU diff --git a/XMonad/Prompt/Input.hs b/XMonad/Prompt/Input.hs index 27a0a56..e2d76a8 100644 --- a/XMonad/Prompt/Input.hs +++ b/XMonad/Prompt/Input.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : <byorgey@gmail.com> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- A generic framework for prompting the user for input and passing it |