diff options
-rw-r--r-- | Distribution/Helper.hs | 10 |
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 |