diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2019-03-29 15:33:07 +0300 |
---|---|---|
committer | alexwl <alexey.a.kiryushin@gmail.com> | 2019-03-29 15:33:07 +0300 |
commit | 74f92973b71fa1c897d46cff6597ade883cb9b11 (patch) | |
tree | 111cc3787e1d2da0f49acd66f54b61d89a59d702 /vendor | |
parent | e645794af39ec6a04d5a25ac18b94a3cb324d394 (diff) |
Update the bug report URL
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs b/vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs index a0d32fd..b72faed 100644 --- a/vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs +++ b/vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs @@ -464,7 +464,7 @@ data LibexecNotFoundError = LibexecNotFoundError String FilePath instance Exception LibexecNotFoundError instance Show LibexecNotFoundError where show (LibexecNotFoundError exe dir) = - libexecNotFoundError exe dir "https://github.com/DanielG/cabal-helper/issues" + libexecNotFoundError exe dir "https://github.com/alexwl/haskell-code-explorer/issues" findLibexecExe :: IO FilePath findLibexecExe = do |