diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-01-30 21:00:25 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-01-30 21:30:29 +0100 |
commit | a3366f3c82a54f7a649390d262cb906663d1b5aa (patch) | |
tree | 8985254716c82fc1635da45e69c34b6fb4d0cacb /src | |
parent | e16f4c165d45368416cf6b064ada9ebdb12f9a90 (diff) |
Fix module description
[ci skip]
Diffstat (limited to 'src')
-rw-r--r-- | src/CabalHelper/Compiletime/Cabal.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CabalHelper/Compiletime/Cabal.hs b/src/CabalHelper/Compiletime/Cabal.hs index 9c3e420..a61b6f6 100644 --- a/src/CabalHelper/Compiletime/Cabal.hs +++ b/src/CabalHelper/Compiletime/Cabal.hs @@ -16,7 +16,7 @@ {-| Module : CabalHelper.Compiletime.Program.Cabal -Description : cabal-install program interface +Description : Cabal library source unpacking License : GPL-3 -} |