diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2016-02-14 13:21:11 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2016-02-14 13:21:11 +0100 |
commit | 93ea1d6aa14fb7f8a0d42cd167e3a363fc541066 (patch) | |
tree | 164bfd24732c6ea9f0e193e3dfeaeecd257eb362 | |
parent | c2d116272b448342629e6beb73fe7a464e2245d3 (diff) |
README: fix typo
-rw-r--r-- | cabal-helper.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 032405a..d5723ca 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -2,8 +2,8 @@ name: cabal-helper version: 0.6.3.1 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 - anexecutable to lift the restrictions imposed by linking against versions of + @cabal-helper@ provides a library which wraps the internal use of an + executable 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. |