- 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 6 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
Support GHC 8.6
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 15 Aug, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 13 Aug, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 06 Aug, 2018 4 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 05 Aug, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 01 Aug, 2018 2 commits
-
-
Vaibhav Sagar authored
update ihaskell labextension version + Haskell-r syntax highlighting
-
MMesch authored
-