diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Utils/Prompt.hs (renamed from bin/Prompt.hs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Prompt.hs b/bin/Utils/Prompt.hs index 404c582..51b3f0c 100644 --- a/bin/Prompt.hs +++ b/bin/Utils/Prompt.hs @@ -5,7 +5,7 @@ -- Stability : experimental -- Portability : portable -module Prompt +module Utils.Prompt ( withPrompt , withoutPrompt ) where |