This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-15
lines changed
intellij-haskell/META-INF Expand file tree Collapse file tree 4 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
- <configuration default =" false" name =" IntelliJ-Haskell" type =" #org.jetbrains.idea.devkit.run.PluginConfigurationType"
3
- show_console_on_std_out =" true" >
4
- <module name =" intellij-haskell" />
5
- <option name =" VM_PARAMETERS" value =" -Xmx512m -Xms256m -ea -Ddump.threads.on.long.write.action.waiting=50" />
6
- <option name =" PROGRAM_PARAMETERS" value =" " />
7
- <alternative-path path =" IntelliJ IDEA IU-202.7660.26" alternative-path-enabled =" true" />
8
- <predefined_log_file enabled =" true" id =" idea.log" />
9
- <method v =" 2" >
10
- <option name =" Make" enabled =" true" />
11
- </method >
12
- </configuration >
2
+ <configuration default =" false" name =" IntelliJ-Haskell" type =" #org.jetbrains.idea.devkit.run.PluginConfigurationType" show_console_on_std_out =" true" >
3
+ <module name =" intellij-haskell" />
4
+ <option name =" VM_PARAMETERS" value =" -Xmx512m -Xms256m -ea -Ddump.threads.on.long.write.action.waiting=50" />
5
+ <option name =" PROGRAM_PARAMETERS" value =" " />
6
+ <alternative-path path =" IntelliJ IDEA Community Edition IC-202.8194.7" alternative-path-enabled =" true" />
7
+ <predefined_log_file enabled =" true" id =" idea.log" />
8
+ <method v =" 2" >
9
+ <option name =" Make" enabled =" true" />
10
+ </method >
11
+ </configuration >
13
12
</component >
Original file line number Diff line number Diff line change 1
1
lazy val commonSettings = Seq (
2
- version := " 1.0.0-beta85 " ,
2
+ version := " 1.0.0-beta86 " ,
3
3
scalaVersion := " 2.13.6"
4
4
)
5
5
Original file line number Diff line number Diff line change 1
- <idea-plugin >
1
+ <idea-plugin require-restart = " true " >
2
2
<id >intellij.haskell</id >
3
3
<name >IntelliJ-Haskell</name >
4
- <version >1.0.0-beta85 </version >
4
+ <version >1.0.0-beta86 </version >
5
5
<
vendor email =
" [email protected] " >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-beta86</p>
24
+ <ul>
25
+ <li>Support for 2021.2</li>
26
+ <li>Improved support for holes by @mbwgh. See #629. </li>
27
+ <li>Documentation in code completion by @fantostisch</li>
28
+ </ul>
23
29
<p>1.0.0-beta85</p>
24
30
<ul>
25
31
<li>Various improvements and fixes</li>
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.jetbrains" % " sbt-idea-plugin" % " 3.12.5 " )
1
+ addSbtPlugin(" org.jetbrains" % " sbt-idea-plugin" % " 3.12.6 " )
2
2
3
3
resolvers += Resolver .url(" jetbrains-bintray" ,
4
4
url(" https://dl.bintray.com/jetbrains/sbt-plugins/" ))(Resolver .ivyStylePatterns)
You can’t perform that action at this time.
0 commit comments