aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Shared/InterfaceTypes.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-12-16 03:46:20 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:06:51 +0100
commite185208fe060fbd741a8083c33d16fba46acdc80 (patch)
treedefaf70d004e33444414f497eb69e1754f0143f6 /src/CabalHelper/Shared/InterfaceTypes.hs
parenta8c85a85f6527938b804a9d111fe10f237806f7e (diff)
Copyediting
[skip ci]
Diffstat (limited to 'src/CabalHelper/Shared/InterfaceTypes.hs')
-rw-r--r--src/CabalHelper/Shared/InterfaceTypes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CabalHelper/Shared/InterfaceTypes.hs b/src/CabalHelper/Shared/InterfaceTypes.hs
index ae72f3f..fa31d7b 100644
--- a/src/CabalHelper/Shared/InterfaceTypes.hs
+++ b/src/CabalHelper/Shared/InterfaceTypes.hs
@@ -21,7 +21,7 @@ Module : CabalHelper.Shared.InterfaceTypes
Description : Types which are used by c-h library and executable to communicate
License : GPL-3
-These types are used to communicate between the cabal-helper library and main
+These types are used to communicate between the cabal-helper library and helper
executable, using Show/Read. If any types in this module change the major
version must be bumped since this will be exposed in the @Distribution.Helper@
module.