- 26 Apr, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 04 Mar, 2019 2 commits
-
-
Gregory W. Schwartz authored
-
Gregory W. Schwartz authored
-
- 17 Nov, 2018 1 commit
-
-
Thomas Peiselt authored
remove module from `main`, and promote from `other-modules` to `exported-modules` in `library`. Fixes #971.
-
- 16 Nov, 2018 1 commit
-
-
Alexander Vershilov authored
The IPython specification for the metadata does not define that all fields in metadata must be textual. Latest Jupyters lab uses that feature so the parsing mechanism became incomplatible with the protocol. We change Metadata to be an Aeson.Object and introduce a 'Metadata' newtype in order to keep that explicit and open for the later changes if needed. Fixes #912.
-
- 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).
-
- 21 Oct, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 03 Sep, 2018 1 commit
-
-
Erik de Castro Lopo authored
GHC 8.4 and later have the `-Wpartial-fields` warning flag, so add it and fix the warnings.
-
- 01 Sep, 2018 5 commits
-
-
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.
-
- 28 Aug, 2018 2 commits
-
-
Vaibhav Sagar authored
-
Erik de Castro Lopo authored
-
- 16 Aug, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 20 Jul, 2018 1 commit
-
-
MMesch authored
-
- 18 Jul, 2018 1 commit
-
-
MMesch authored
-
- 17 Mar, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 08 Feb, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 22 Dec, 2017 1 commit
-
-
Vaibhav Sagar authored
-
- 14 Oct, 2017 1 commit
-
-
Vaibhav Sagar authored
-
- 23 Sep, 2017 1 commit
-
-
Justus Sagemüller authored
This allows selecting e.g. a number of processors for multithreading other than 1, or to impose a memory cap.
-
- 06 Sep, 2017 1 commit
-
-
Justus Sagemüller authored
As per #716, GHC-7 support has at the moment no priority. Use the GHC7 tag for the last version that retains the original GHC-7.10 support. https://github.com/gibiansky/IHaskell/releases/tag/GHC7 (However, it is still quite feasible to support GHC-7.10 in master, see #747.)
-
- 05 Sep, 2017 1 commit
-
-
Justus Sagemüller authored
In `haskell-src-exts-1.17`, `Module` was not parameterised yet, so trying to compile with that version gives src/IHaskell/Eval/Lint.hs:36:19: ‘SrcExts.Module’ is applied to too many type arguments In the type ‘SrcExts.Module SrcSpanInfo’ In the type declaration for ‘ExtsModule’
-
- 19 Aug, 2017 3 commits
-
-
Andrew Gibiansky authored
-
Vaibhav Sagar authored
-
Andrew Gibiansky authored
-
- 30 Mar, 2017 1 commit
-
-
Vaibhav Sagar authored
-
- 13 Mar, 2017 1 commit
-
-
Andrei Barbu authored
-
- 06 Mar, 2017 1 commit
-
-
Andrei Barbu authored
-
- 05 Mar, 2017 2 commits
-
-
Andrei Barbu authored
-
Erik de Castro Lopo authored
-
- 09 Jun, 2016 1 commit
-
-
Andrew Gibiansky authored
-
- 08 Jun, 2016 1 commit
-
-
Andrew Gibiansky authored
Also, add some utilities for working with IHaskell components in `stack ghci`.
-
- 04 Jun, 2016 1 commit
-
-
Justus Sagemüller authored
Previously, `cabal install ihaskell` would happily use ipython-kernel-0.8.3, resulting in error ‘protocolVersion’ is not a (visible) field of constructor ‘KernelInfoReply’
-
- 25 Mar, 2016 1 commit
-
-
Sergei Trofimovich authored
Preprocessing test suite 'hspec' for ihaskell-0.8.4.0... Hspec.hs:20:18: Could not find module ‘Data.String.Here’ It is a member of the hidden package ‘here-1.2.7@here_1j09jYtlmBB7SYT9WO9k1d’. Perhaps you need to add ‘here’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Signed-off-by:
Sergei Trofimovich <siarheit@google.com>
-
- 21 Mar, 2016 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 08 Dec, 2015 1 commit
-
-
Andrew Gibiansky authored
-