-
Notifications
You must be signed in to change notification settings - Fork 138
/
Copy pathtodo.txt
59 lines (34 loc) · 1.45 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
TODO
Rename set:stackage to /everything/, should be distinct
set:stackage really does restrict to the packages in stackage.
Everything includes all the package names on hackage.
hackage.catch - a package that I don't index?
Add support for @name annotations in Haddock .txt files
Required to support the Mu compiler flags
Add ghc-flags and keywords into the normal run
ghc-pkg field * haddock-html
haddock-html: C:\Users\1323649\AppData\Local\Programs\stack\i386-windows\ghc-7.1
0.2\lib/../doc/html/libraries/binary-0.7.5.0
haddock-html: C:\Users\1323649\AppData\Local\Programs\stack\i386-windows\ghc-7.1
0.2\lib/../doc/html/libraries/bin-package-db-0.0.0.0
haddock-html: C:\Users\1323649\AppData\Local\Programs\stack\i386-windows\ghc-7.1
0.2\lib/../doc/html/libraries/base-4.8.1.0
haddock-html: C:\Users\1323649\AppData\Local\Programs\stack\i386-windows\ghc-7.1
0.2\lib/../doc/html/libraries/array-0.5.1.0
--local=True
--local=False
[no --local]
--local
--local=false
--local=true -- only use things locally, found with ghc-pkg field
--local=blend -- use metadata remotely, blend with local signatures
--local=false -- only use remote things
Available both during generate (which data to put in the database) and during
haskell:foo/Module.Name.function
New URL scheme.
Before beta:
* Implement type search
After beta:
* Rename Input to Generate, Output to Search, and move some out from Action to Search.All
* Implement the Generate design
* Add a Hoogle API