aboutsummaryrefslogtreecommitdiff
path: root/Distribution
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-26 17:25:07 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-26 17:25:07 +0200
commitd5c60908dfbfc746979d2a4bc9ec5bb8f05f1e7a (patch)
tree41bc52b840e304c22e619de16773029d57976cff /Distribution
parentd979aab5e478f54683b163108544201b7af18a77 (diff)
Module header for Distribution.Helper
Diffstat (limited to 'Distribution')
-rw-r--r--Distribution/Helper.hs10
1 files changed, 8 insertions, 2 deletions
diff --git a/Distribution/Helper.hs b/Distribution/Helper.hs
index ec79b85..375fd0b 100644
--- a/Distribution/Helper.hs
+++ b/Distribution/Helper.hs
@@ -1,5 +1,5 @@
-- ghc-mod: Making Haskell development *more* fun
--- 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
@@ -17,6 +17,13 @@
{-# LANGUAGE CPP, RecordWildCards, FlexibleContexts, ConstraintKinds #-}
{-# LANGUAGE GeneralizedNewtypeDeriving, DeriveDataTypeable, DeriveGeneric #-}
+{-|
+Module : Distribution.Helper
+License : AGPL-3
+Maintainer : dxld@darkboxed.org
+Portability : POSIX
+-}
+
module Distribution.Helper (
Programs(..)
, defaultPrograms
@@ -34,7 +41,6 @@ module Distribution.Helper (
, runQuery
-- * Queries against Cabal\'s on disk state
-
, packageDbStack
, entrypoints
, sourceDirs