- 16 Sep, 2018 1 commit
-
-
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.
-
- 30 Aug, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 28 Aug, 2018 5 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
Drop support for GHC < 8.0
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
- 21 Aug, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 20 Aug, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 16 Aug, 2018 5 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
Support GHC 8.6
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-