diff options
Diffstat (limited to 'src/CabalHelper/Compiletime/Compat')
-rw-r--r-- | src/CabalHelper/Compiletime/Compat/Environment.hs | 1 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Compat/ProgramDb.hs | 1 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Compat/Version.hs | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/CabalHelper/Compiletime/Compat/Environment.hs b/src/CabalHelper/Compiletime/Compat/Environment.hs index e1dd817..03e3a27 100644 --- a/src/CabalHelper/Compiletime/Compat/Environment.hs +++ b/src/CabalHelper/Compiletime/Compat/Environment.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2017 Daniel Gröber <dxld ÄT darkboxed DOT org> -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Compiletime/Compat/ProgramDb.hs b/src/CabalHelper/Compiletime/Compat/ProgramDb.hs index afc2530..b750eff 100644 --- a/src/CabalHelper/Compiletime/Compat/ProgramDb.hs +++ b/src/CabalHelper/Compiletime/Compat/ProgramDb.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2018 Daniel Gröber <dxld ÄT darkboxed DOT org> -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Compiletime/Compat/Version.hs b/src/CabalHelper/Compiletime/Compat/Version.hs index a9e0de6..fa94893 100644 --- a/src/CabalHelper/Compiletime/Compat/Version.hs +++ b/src/CabalHelper/Compiletime/Compat/Version.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2017-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> -- -- This program is free software: you can redistribute it and/or modify |