- 24 Oct, 2018 1 commit
-
-
Thomas Peiselt authored
Hoogle v5 uses a different json representation for the data, requires a new URL and also contains HTML markup inside the json fields. This commit removes all markup to be able to handle the hoogle responses using the same structure as with the previous response structure (from hoogle v4).
-
- 23 Oct, 2018 2 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 21 Oct, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 14 Oct, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 06 Oct, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 30 Sep, 2018 2 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 26 Sep, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 17 Sep, 2018 3 commits
-
-
Vaibhav Sagar authored
update jupyterlab installation procedure in README
-
MMesch authored
-
Vaibhav Sagar authored
Fix haddock generation.
-
- 16 Sep, 2018 2 commits
-
-
Lucas DiCioccio authored
-
Vaibhav Sagar authored
Add ihaskell-graphviz to display graphs.
-
- 15 Sep, 2018 1 commit
-
-
Lucas DiCioccio authored
Requires 'Graphviz' installed.
-
- 11 Sep, 2018 4 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
Update .travis.yml
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 05 Sep, 2018 3 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
ihaskell-widgets: Fix more warnings
-
Erik de Castro Lopo authored
This file was giving a strange error/warning that had to be disabled. After investigating this issue (https://ghc.haskell.org/trac/ghc/ticket/15601) it turns out this was due to an wart in the way type level lists are handled in GHC. Fortunately a workaround is available allowing the warning to be re-enabled.
-
- 04 Sep, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 03 Sep, 2018 5 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
Fix more warnings!
-
Erik de Castro Lopo authored
GHC 8.4 and later have the `-Wpartial-fields` warning flag, so add it and fix the warnings.
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
- 02 Sep, 2018 1 commit
-
-
Vaibhav Sagar authored
Turn on and fix more warnings
-
- 01 Sep, 2018 11 commits
-
-
Vaibhav Sagar authored
ihaskell-widgets: Make it compile with ghc 8.4
-
Erik de Castro Lopo authored
Fixing these warnings required changes to the file names of the `MessageHeader` struct which makes this commit an API change. The version in the cabal file has been bumped accordingly.
-
Erik de Castro Lopo authored
-
Vaibhav Sagar authored
-Wall the things
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
Add `-Wunused-do-bind -Wunused-local-binds -Wunused-top-binds -Wunused-matches` and fix all the things.
-
Erik de Castro Lopo authored
Add `-Wmissing-signatures` to `ghc-options`.
-
Erik de Castro Lopo authored
Add `-Wincomplete-patterns` to the `ghc-options` field of the cabal file and fix all warnings.
-
Erik de Castro Lopo authored
GHC 8.4 allows value level operators (in this case list append, '++') to be used at the type level, so that the singletons package for GHC 8.4 uses this operator whereas previous versions of singletons defined a ':++' operator for type level append.
-