about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hoogle-local-wrapper.sh
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2016-08-31 05:53:18 -0400
committerPeter Simons <simons@cryp.to>2016-09-20 12:04:46 +0200
commitf16f2017ac28b10c68067c1e8c0e0e1f0aa4e408 (patch)
treefb2e4397a5314c15aa0e099fb652f082c01f12ba /pkgs/development/haskell-modules/hoogle-local-wrapper.sh
parent57f5d1b7a8a7695fedc4566dbd76f93290504efe (diff)
downloadnixlib-f16f2017ac28b10c68067c1e8c0e0e1f0aa4e408.tar
nixlib-f16f2017ac28b10c68067c1e8c0e0e1f0aa4e408.tar.gz
nixlib-f16f2017ac28b10c68067c1e8c0e0e1f0aa4e408.tar.bz2
nixlib-f16f2017ac28b10c68067c1e8c0e0e1f0aa4e408.tar.lz
nixlib-f16f2017ac28b10c68067c1e8c0e0e1f0aa4e408.tar.xz
nixlib-f16f2017ac28b10c68067c1e8c0e0e1f0aa4e408.tar.zst
nixlib-f16f2017ac28b10c68067c1e8c0e0e1f0aa4e408.zip
Make hoogle-local compatible wih hoogle >= 5.0.4
Diffstat (limited to 'pkgs/development/haskell-modules/hoogle-local-wrapper.sh')
-rw-r--r--pkgs/development/haskell-modules/hoogle-local-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/hoogle-local-wrapper.sh b/pkgs/development/haskell-modules/hoogle-local-wrapper.sh
index 471b2c81584e..223d19b70f03 100644
--- a/pkgs/development/haskell-modules/hoogle-local-wrapper.sh
+++ b/pkgs/development/haskell-modules/hoogle-local-wrapper.sh
@@ -2,4 +2,4 @@
 
 COMMAND=$1
 shift
-exec @hoogle@/bin/hoogle "$COMMAND" -d @out@/share/doc/hoogle "$@"
+exec @hoogle@/bin/hoogle "$COMMAND" --database @out@/share/doc/hoogle/default.hoo "$@"