[commit: haddock] ghc-head, master, wip/revert-ttg-2017-11-20, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Add build command to package.json (42c3cc6)
git at git.haskell.org
git at git.haskell.org
Mon Nov 20 21:11:44 UTC 2017
- Previous message: [commit: haddock] ghc-head, master, wip/revert-ttg-2017-11-20, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Put Quickjump behind --quickjump flag (#697) (0f181c4)
- Next message: [commit: haddock] ghc-head, master, wip/revert-ttg-2017-11-20, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Decrease threshold for fuzzy matching (b4982d8)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branches: ghc-head,master,wip/revert-ttg-2017-11-20,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link : http://git.haskell.org/haddock.git/commitdiff/42c3cc65f6597c210732fe576479ab4ef0f1f997
>---------------------------------------------------------------
commit 42c3cc65f6597c210732fe576479ab4ef0f1f997
Author: alexbiehl <alex.biehl at gmail.com>
Date: Mon Oct 30 19:07:44 2017 +0100
Add build command to package.json
>---------------------------------------------------------------
42c3cc65f6597c210732fe576479ab4ef0f1f997
haddock-api/resources/html/package.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/haddock-api/resources/html/package.json b/haddock-api/resources/html/package.json
index 3f2922f..165c4cb 100644
--- a/haddock-api/resources/html/package.json
+++ b/haddock-api/resources/html/package.json
@@ -3,7 +3,8 @@
"version": "0.1.0",
"description": "A drop-down search on Haddock docs for navigating quickly to definitions of Haskell functions and types in the current package",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "build": "gulp"
},
"repository": {
"type": "git",
- Previous message: [commit: haddock] ghc-head, master, wip/revert-ttg-2017-11-20, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Put Quickjump behind --quickjump flag (#697) (0f181c4)
- Next message: [commit: haddock] ghc-head, master, wip/revert-ttg-2017-11-20, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Decrease threshold for fuzzy matching (b4982d8)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list