aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Shared/Common.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/Shared/Common.hs
parent6ab7e21362b0708ec3867456581684e78c9ac8ea (diff)
Cleanup module headers
Diffstat (limited to 'CabalHelper/Shared/Common.hs')
-rw-r--r--CabalHelper/Shared/Common.hs7
1 files changed, 6 insertions, 1 deletions
diff --git a/CabalHelper/Shared/Common.hs b/CabalHelper/Shared/Common.hs
index 12c7d93..239fe3c 100644
--- a/CabalHelper/Shared/Common.hs
+++ b/CabalHelper/Shared/Common.hs
@@ -1,4 +1,3 @@
--- cabal-helper: Simple interface to Cabal's configuration state
-- Copyright (C) 2015 Daniel Gröber <dxld ÄT darkboxed DOT org>
--
-- This program is free software: you can redistribute it and/or modify
@@ -14,6 +13,12 @@
-- 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/>.
+{-|
+Module : CabalHelper.Shared.Common
+Description : Shared utility functions
+License : AGPL-3
+-}
+
{-# LANGUAGE DeriveDataTypeable, OverloadedStrings #-}
module CabalHelper.Shared.Common where