From 2135ff438d256c2411dae31c4387c4b1fba38e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 7 Mar 2017 00:19:57 +0100 Subject: [PATCH] Change slogan --- NotCPP/Declarations.hs | 2 +- System/Directory/ModTime.hs | 2 +- core/Language/Haskell/GhcMod/CabalHelper.hs | 2 +- core/Language/Haskell/GhcMod/Caching.hs | 2 +- core/Language/Haskell/GhcMod/Caching/Types.hs | 2 +- core/Language/Haskell/GhcMod/CustomPackageDb.hs | 2 +- core/Language/Haskell/GhcMod/DebugLogger.hs | 2 +- core/Language/Haskell/GhcMod/DynFlagsTH.hs | 2 +- core/Language/Haskell/GhcMod/Error.hs | 2 +- core/Language/Haskell/GhcMod/HomeModuleGraph.hs | 2 +- core/Language/Haskell/GhcMod/Logging.hs | 2 +- core/Language/Haskell/GhcMod/Monad.hs | 2 +- core/Language/Haskell/GhcMod/Monad/Env.hs | 2 +- core/Language/Haskell/GhcMod/Monad/Log.hs | 2 +- core/Language/Haskell/GhcMod/Monad/Newtypes.hs | 2 +- core/Language/Haskell/GhcMod/Monad/Orphans.hs | 2 +- core/Language/Haskell/GhcMod/Monad/Out.hs | 2 +- core/Language/Haskell/GhcMod/Monad/State.hs | 2 +- core/Language/Haskell/GhcMod/Monad/Types.hs | 2 +- core/Language/Haskell/GhcMod/Options/DocUtils.hs | 2 +- core/Language/Haskell/GhcMod/Options/Help.hs | 2 +- core/Language/Haskell/GhcMod/Options/Options.hs | 2 +- core/Language/Haskell/GhcMod/Output.hs | 2 +- core/Language/Haskell/GhcMod/PathsAndFiles.hs | 2 +- core/Language/Haskell/GhcMod/Pretty.hs | 2 +- core/Language/Haskell/GhcMod/Stack.hs | 2 +- core/Language/Haskell/GhcMod/Target.hs | 2 +- core/Language/Haskell/GhcMod/Utils.hs | 2 +- ghc-mod.cabal | 2 +- shelltest/ShellTest.hs | 2 +- src/GHCMod/Options.hs | 4 ++-- src/GHCMod/Options/Commands.hs | 2 +- src/GHCMod/Options/ShellParse.hs | 2 +- src/GHCMod/Version.hs | 2 +- test/HomeModuleGraphSpec.hs | 2 +- 35 files changed, 36 insertions(+), 36 deletions(-) diff --git a/NotCPP/Declarations.hs b/NotCPP/Declarations.hs index 9567689..e8844d1 100644 --- a/NotCPP/Declarations.hs +++ b/NotCPP/Declarations.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/System/Directory/ModTime.hs b/System/Directory/ModTime.hs index 0e38eae..a9764de 100644 --- a/System/Directory/ModTime.hs +++ b/System/Directory/ModTime.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/CabalHelper.hs b/core/Language/Haskell/GhcMod/CabalHelper.hs index ac11a4b..1d00a5b 100644 --- a/core/Language/Haskell/GhcMod/CabalHelper.hs +++ b/core/Language/Haskell/GhcMod/CabalHelper.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Caching.hs b/core/Language/Haskell/GhcMod/Caching.hs index 26387c0..c8cdb05 100644 --- a/core/Language/Haskell/GhcMod/Caching.hs +++ b/core/Language/Haskell/GhcMod/Caching.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Caching/Types.hs b/core/Language/Haskell/GhcMod/Caching/Types.hs index 604384e..501eae2 100644 --- a/core/Language/Haskell/GhcMod/Caching/Types.hs +++ b/core/Language/Haskell/GhcMod/Caching/Types.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/CustomPackageDb.hs b/core/Language/Haskell/GhcMod/CustomPackageDb.hs index 15485c0..8fc78e3 100644 --- a/core/Language/Haskell/GhcMod/CustomPackageDb.hs +++ b/core/Language/Haskell/GhcMod/CustomPackageDb.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/DebugLogger.hs b/core/Language/Haskell/GhcMod/DebugLogger.hs index 0bd0d59..780dcd6 100644 --- a/core/Language/Haskell/GhcMod/DebugLogger.hs +++ b/core/Language/Haskell/GhcMod/DebugLogger.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/DynFlagsTH.hs b/core/Language/Haskell/GhcMod/DynFlagsTH.hs index 31dd428..f5a1c01 100644 --- a/core/Language/Haskell/GhcMod/DynFlagsTH.hs +++ b/core/Language/Haskell/GhcMod/DynFlagsTH.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Error.hs b/core/Language/Haskell/GhcMod/Error.hs index 362c06e..bf60962 100644 --- a/core/Language/Haskell/GhcMod/Error.hs +++ b/core/Language/Haskell/GhcMod/Error.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/HomeModuleGraph.hs b/core/Language/Haskell/GhcMod/HomeModuleGraph.hs index bb1f350..7ed7b01 100644 --- a/core/Language/Haskell/GhcMod/HomeModuleGraph.hs +++ b/core/Language/Haskell/GhcMod/HomeModuleGraph.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Logging.hs b/core/Language/Haskell/GhcMod/Logging.hs index 14f021d..72782d6 100644 --- a/core/Language/Haskell/GhcMod/Logging.hs +++ b/core/Language/Haskell/GhcMod/Logging.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Monad.hs b/core/Language/Haskell/GhcMod/Monad.hs index fb25074..8f44db8 100644 --- a/core/Language/Haskell/GhcMod/Monad.hs +++ b/core/Language/Haskell/GhcMod/Monad.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Monad/Env.hs b/core/Language/Haskell/GhcMod/Monad/Env.hs index e154e50..23b42be 100644 --- a/core/Language/Haskell/GhcMod/Monad/Env.hs +++ b/core/Language/Haskell/GhcMod/Monad/Env.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015,2016 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Monad/Log.hs b/core/Language/Haskell/GhcMod/Monad/Log.hs index 4da0fec..f353084 100644 --- a/core/Language/Haskell/GhcMod/Monad/Log.hs +++ b/core/Language/Haskell/GhcMod/Monad/Log.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015,2016 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Monad/Newtypes.hs b/core/Language/Haskell/GhcMod/Monad/Newtypes.hs index 2ba1934..90a6b26 100644 --- a/core/Language/Haskell/GhcMod/Monad/Newtypes.hs +++ b/core/Language/Haskell/GhcMod/Monad/Newtypes.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015,2016 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Monad/Orphans.hs b/core/Language/Haskell/GhcMod/Monad/Orphans.hs index 88e3e28..18fe9f5 100644 --- a/core/Language/Haskell/GhcMod/Monad/Orphans.hs +++ b/core/Language/Haskell/GhcMod/Monad/Orphans.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015,2016 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Monad/Out.hs b/core/Language/Haskell/GhcMod/Monad/Out.hs index 92e88db..d372f9f 100644 --- a/core/Language/Haskell/GhcMod/Monad/Out.hs +++ b/core/Language/Haskell/GhcMod/Monad/Out.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015,2016 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Monad/State.hs b/core/Language/Haskell/GhcMod/Monad/State.hs index 701ba27..5edcbe7 100644 --- a/core/Language/Haskell/GhcMod/Monad/State.hs +++ b/core/Language/Haskell/GhcMod/Monad/State.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015,2016 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Monad/Types.hs b/core/Language/Haskell/GhcMod/Monad/Types.hs index c94efcc..416ee13 100644 --- a/core/Language/Haskell/GhcMod/Monad/Types.hs +++ b/core/Language/Haskell/GhcMod/Monad/Types.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Options/DocUtils.hs b/core/Language/Haskell/GhcMod/Options/DocUtils.hs index c81dec8..9fd846c 100644 --- a/core/Language/Haskell/GhcMod/Options/DocUtils.hs +++ b/core/Language/Haskell/GhcMod/Options/DocUtils.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Nikolay Yakimov -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Options/Help.hs b/core/Language/Haskell/GhcMod/Options/Help.hs index d43b6fb..2ecc144 100644 --- a/core/Language/Haskell/GhcMod/Options/Help.hs +++ b/core/Language/Haskell/GhcMod/Options/Help.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Nikolay Yakimov -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Options/Options.hs b/core/Language/Haskell/GhcMod/Options/Options.hs index e648da1..34d6fe0 100644 --- a/core/Language/Haskell/GhcMod/Options/Options.hs +++ b/core/Language/Haskell/GhcMod/Options/Options.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Nikolay Yakimov -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Output.hs b/core/Language/Haskell/GhcMod/Output.hs index f8dfa4b..9a02b1c 100644 --- a/core/Language/Haskell/GhcMod/Output.hs +++ b/core/Language/Haskell/GhcMod/Output.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/PathsAndFiles.hs b/core/Language/Haskell/GhcMod/PathsAndFiles.hs index c254945..dcb982e 100644 --- a/core/Language/Haskell/GhcMod/PathsAndFiles.hs +++ b/core/Language/Haskell/GhcMod/PathsAndFiles.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Pretty.hs b/core/Language/Haskell/GhcMod/Pretty.hs index f0b7e61..b97c235 100644 --- a/core/Language/Haskell/GhcMod/Pretty.hs +++ b/core/Language/Haskell/GhcMod/Pretty.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Stack.hs b/core/Language/Haskell/GhcMod/Stack.hs index 0781e8b..e733c88 100644 --- a/core/Language/Haskell/GhcMod/Stack.hs +++ b/core/Language/Haskell/GhcMod/Stack.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Target.hs b/core/Language/Haskell/GhcMod/Target.hs index 64fbfdf..f0eeeb6 100644 --- a/core/Language/Haskell/GhcMod/Target.hs +++ b/core/Language/Haskell/GhcMod/Target.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/core/Language/Haskell/GhcMod/Utils.hs b/core/Language/Haskell/GhcMod/Utils.hs index 19a0eba..5de4ca3 100644 --- a/core/Language/Haskell/GhcMod/Utils.hs +++ b/core/Language/Haskell/GhcMod/Utils.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 89d36b9..ab6786f 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -9,7 +9,7 @@ License: AGPL-3 License-File: LICENSE License-Files: COPYING.BSD3 COPYING.AGPL3 Homepage: https://github.com/DanielG/ghc-mod -Synopsis: Happy Haskell Programming +Synopsis: Happy Haskell Hacking Description: ghc-mod is a backend program to enrich Haskell programming in editors. It strives to offer most of the features one has come to expect from modern IDEs diff --git a/shelltest/ShellTest.hs b/shelltest/ShellTest.hs index 541e021..cbb4f79 100644 --- a/shelltest/ShellTest.hs +++ b/shelltest/ShellTest.hs @@ -1,5 +1,5 @@ #!/usr/bin/env runhaskell --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2017 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/GHCMod/Options.hs b/src/GHCMod/Options.hs index 21de65a..8549fbd 100644 --- a/src/GHCMod/Options.hs +++ b/src/GHCMod/Options.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Nikolay Yakimov -- -- This program is free software: you can redistribute it and/or modify @@ -38,7 +38,7 @@ parseArgs = where opts = info (argAndCmdSpec <**> helpVersion) $$ fullDesc - <=> header "ghc-mod: Happy Haskell Programming" + <=> header "ghc-mod: Happy Haskell Hacking" parseArgsInteractive :: String -> Either String GhcModCommands parseArgsInteractive args = diff --git a/src/GHCMod/Options/Commands.hs b/src/GHCMod/Options/Commands.hs index c31ed15..cc9f64f 100644 --- a/src/GHCMod/Options/Commands.hs +++ b/src/GHCMod/Options/Commands.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Nikolay Yakimov -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/GHCMod/Options/ShellParse.hs b/src/GHCMod/Options/ShellParse.hs index acd609b..6a74dc2 100644 --- a/src/GHCMod/Options/ShellParse.hs +++ b/src/GHCMod/Options/ShellParse.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Nikolay Yakimov -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/GHCMod/Version.hs b/src/GHCMod/Version.hs index 2bf6db2..c151c04 100644 --- a/src/GHCMod/Version.hs +++ b/src/GHCMod/Version.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Nikolay Yakimov -- -- This program is free software: you can redistribute it and/or modify diff --git a/test/HomeModuleGraphSpec.hs b/test/HomeModuleGraphSpec.hs index e8918cc..9e10987 100644 --- a/test/HomeModuleGraphSpec.hs +++ b/test/HomeModuleGraphSpec.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- ghc-mod: Happy Haskell Hacking -- Copyright (C) 2015 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify