aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Compiletime/Data.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-26 15:32:32 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-26 15:37:25 +0200
commit9a60de3a5c25f8c51cd2dfd179629ce4a1da54b8 (patch)
tree616cb0d45b3e07a0e3e1e3f1f0d46c807bcdf525 /CabalHelper/Compiletime/Data.hs
parent6ab7e21362b0708ec3867456581684e78c9ac8ea (diff)
Cleanup module headers
Diffstat (limited to 'CabalHelper/Compiletime/Data.hs')
-rw-r--r--CabalHelper/Compiletime/Data.hs10
1 files changed, 8 insertions, 2 deletions
diff --git a/CabalHelper/Compiletime/Data.hs b/CabalHelper/Compiletime/Data.hs
index 346c2a5..2842cfc 100644
--- a/CabalHelper/Compiletime/Data.hs
+++ b/CabalHelper/Compiletime/Data.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
@@ -16,6 +15,13 @@
{-# LANGUAGE TemplateHaskell, ScopedTypeVariables #-}
{-# OPTIONS_GHC -fforce-recomp #-}
+
+{-|
+Module : CabalHelper.Compiletime.Data
+Description : Embeds source code for runtime component using TH
+License : AGPL-3
+-}
+
module CabalHelper.Compiletime.Data where
import Control.Monad