intero 0.1.39 → 0.1.40
raw patch · 3 files changed
+5/−3 lines, 3 filesdep ~ghc
Dependency ranges changed: ghc
Files
- CHANGELOG +2/−0
- intero.cabal +2/−2
- src/test/Main.hs +1/−1
CHANGELOG view
@@ -1,3 +1,5 @@+0.1.40:+ * Support for GHC 8.6.5 0.1.39: * Support for GHC 8.6.4 0.1.38:
intero.cabal view
@@ -1,7 +1,7 @@ name: intero version:- 0.1.39+ 0.1.40 synopsis: Complete interactive development program for Haskell license:@@ -73,7 +73,7 @@ bytestring, directory, filepath,- ghc >= 7.8 && <= 8.6.4,+ ghc >= 7.8 && <= 8.6.5, ghc-paths, haskeline, process,
src/test/Main.hs view
@@ -419,7 +419,7 @@ (atFile ":complete-at" "X.hs"- -- All these type annotations are required for GHC 8.6.4+ -- All these type annotations are required for GHC 8.6.5 -- to accept the input without error. "{-# OPTIONS -fdefer-type-errors #-}\nmodule X where\ng a = fiiila (filu :: Char) a (fi :: Int)\n where fiiila _ _ _ = 123" (2, 14, 2, 17, "fi")