From d5c60908dfbfc746979d2a4bc9ec5bb8f05f1e7a Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Tue, 26 Sep 2017 17:25:07 +0200 Subject: Module header for Distribution.Helper --- Distribution/Helper.hs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Distribution') 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 +-- Copyright (C) 2015,2017 Daniel Gröber -- -- 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 -- cgit v1.2.3