index
:
haskell-code-explorer.git
dev
master
Web application for exploring and understanding Haskell codebases
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
HaskellCodeExplorer
Commit message (
Expand
)
Author
Age
Files
Lines
*
porting to ghc9.2.2: fixing types.hs
Yuchen Pei
2022-05-16
1
-5
/
+9
*
Make it compile with GHC-8.8.1 (Stackage nightly-2019-09-28)
alexwl
2019-09-29
3
-33
/
+75
*
Add check for .cabal file
alexwl
2019-09-02
1
-8
/
+30
*
Delete trailing whitespace (#42)
Avi Dessauer
2019-08-21
7
-284
/
+284
*
Fail immediately when a GHC mismatch is detected. Closes #40.
alexwl
2019-08-03
1
-10
/
+8
*
Code cleanup: fix warnings
alexwl
2019-05-17
5
-32
/
+59
*
Add support for GHC 8.6.5
alexwl
2019-05-08
1
-1
/
+6
*
Fix GHC version check
alexwl
2019-04-28
1
-51
/
+16
*
Add GHC version check
alexwl
2019-03-27
1
-2
/
+72
*
Add GHC command line options to the debug output
alexwl
2019-01-17
1
-2
/
+4
*
Add support for GHC 8.6.3
alexwl
2018-12-23
5
-115
/
+803
*
Replace Vector.fromList with Vector.fromListN
alexwl
2018-12-13
1
-1
/
+1
*
Index injectivity annotations
alexwl
2018-12-10
1
-1
/
+19
*
Improve error messages about dist directory
alexwl
2018-11-23
1
-19
/
+42
*
Check for the presence of stack.yaml in the parent directories. Fixes #13.
alexwl
2018-11-13
1
-5
/
+9
*
Fix build with haddock-library >= 1.6.0
Julian Ospald
2018-11-13
1
-1
/
+7
*
Remove -Werror flag
alexwl
2018-11-12
1
-3
/
+6
*
Fix pattern synonym declarations
alexwl
2018-11-11
2
-8
/
+16
*
Index quoted identifiers (Template Haskell)
alexwl
2018-10-20
1
-0
/
+33
*
Fix https://github.com/alexwl/haskell-code-explorer/issues/8
alexwl
2018-10-14
1
-2
/
+8
*
Index type constructor in RoleAnnotDecl
alexwl
2018-10-14
1
-1
/
+16
*
Fix all GHC 8.4.3 compatibility issues. Needs a bit more testing.
alexwl
2018-10-12
5
-41
/
+245
*
WIP. It compiles with ghc-8.4.3, but not all features of the indexer are supp...
alexwl
2018-10-09
4
-82
/
+246
*
Initial commit
alexwl
2018-10-02
7
-0
/
+5296