diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-10 08:49:59 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-10 08:49:59 +0200 |
commit | 6a550dc667295158c8bb01c6cb82ee5a4c97c182 (patch) | |
tree | f255cbbae3fabbc8aa399ace7156a12c6fa4d9c2 /cabal-helper.cabal | |
parent | cb9ef0eb54ebc8067e3adcfd8d0b1b7acd2ab12c (diff) |
README
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 92a0bd9..3eda132 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -2,9 +2,11 @@ name: cabal-helper version: 0.3.9.0 synopsis: Simple interface to some of Cabal's configuration state used by ghc-mod description: - @cabal-helper@ provides a library which wraps the internal use of executables - to lift the restrictions imposed by linking against versions of GHC before - @7.10@. + @cabal-helper@ provides a library which wraps the internal use of + anexecutable to lift the restrictions imposed by linking against versions of + GHC before @7.10@. This has the pleasant side effect of isolating the user + from having to deal with Cabal version changes manually as @cabal-helper@ + can simply recompile it's helper program automatically as needed. . @cabal-helper@ uses a wrapper executable to compile the actual cabal-helper executable at runtime while linking against an arbitrary version of |