Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 50687af

Browse files
committed
Prepare for version 0.4
1 parent 7bd0a4f commit 50687af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

META-INF/plugin.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
<idea-plugin version="2">
22
<id>com.powertuple.intellij.haskell</id>
33
<name>IntelliJ-Haskell</name>
4-
<version>0.3</version>
4+
<version>0.4</version>
55
<vendor email="rikvdkleij@gmail.com">PowerTuple</vendor>
66

77
<description><![CDATA[
88
Haskell support.
99
]]></description>
1010

1111
<change-notes><![CDATA[
12+
<p>0.4</p>
13+
<ul>
14+
<li>Improved communication with ghc-modi by increasing timeout</li>
15+
<li>Minor improvements</li>
16+
</ul>
17+
<br>
1218
<p>0.3</p>
1319
<ul>
1420
<li>Support for exact search in navigate to declaration and identifier by putting space at the end</li>

0 commit comments

Comments
 (0)