This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
intellij-haskell/META-INF Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
lazy val commonSettings = Seq (
2
- version := " 1.0.0-beta79 " ,
2
+ version := " 1.0.0-beta80 " ,
3
3
scalaVersion := " 2.13.3"
4
4
)
5
5
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >intellij.haskell</id >
3
3
<name >IntelliJ-Haskell</name >
4
- <version >1.0.0-beta79 </version >
4
+ <version >1.0.0-beta80 </version >
5
5
<vendor email =" rikvdkleij@gmail.com" >Rik van der Kleij</vendor >
6
6
7
7
<description ><![CDATA[
20
20
]]> </description >
21
21
22
22
<change-notes ><![CDATA[
23
+ <p>1.0.0-beta80</p>
24
+ <ul>
25
+ <li>Improved support for top-level case splitting (#609, #611)</li>
26
+ <li>Fix parser issue.</li>
27
+ <li>One REPL per non-library components to prevent conflicts (#608)</li>
28
+ </ul>
23
29
<p>1.0.0-beta79</p>
24
30
<ul>
25
31
<li>Various improvements and fixes</li>
26
- <li>Case split support on top level (#581)</li>
32
+ <li>Case split support on top- level (#581)</li>
27
33
<li>Fix creating new project without already defined Haskell Stack SDK (#605)</li>
28
34
<li>Check if module name is a valid package name (#567)</li>
29
35
<li>Use ANSI escape sequence processor in the initial tool setup progress bar by @ForNeVeR (#585)</li>
You can’t perform that action at this time.
0 commit comments