diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-26 15:32:32 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-26 15:37:25 +0200 |
commit | 9a60de3a5c25f8c51cd2dfd179629ce4a1da54b8 (patch) | |
tree | 616cb0d45b3e07a0e3e1e3f1f0d46c807bcdf525 /CabalHelper/Compiletime/Compile.hs | |
parent | 6ab7e21362b0708ec3867456581684e78c9ac8ea (diff) |
Cleanup module headers
Diffstat (limited to 'CabalHelper/Compiletime/Compile.hs')
-rw-r--r-- | CabalHelper/Compiletime/Compile.hs | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CabalHelper/Compiletime/Compile.hs b/CabalHelper/Compiletime/Compile.hs index 6ea2676..c27ab63 100644 --- a/CabalHelper/Compiletime/Compile.hs +++ b/CabalHelper/Compiletime/Compile.hs @@ -1,5 +1,4 @@ --- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015,2017 Daniel Gröber <dxld ÄT darkboxed DOT org> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by @@ -14,6 +13,13 @@ -- You should have received a copy of the GNU Affero General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. {-# LANGUAGE RecordWildCards, FlexibleContexts #-} + +{-| +Module : CabalHelper.Compiletime.Compile +Description : Runtime compilation machinery +License : AGPL-3 +-} + module CabalHelper.Compiletime.Compile where import Control.Applicative |