fix compilation

This commit is contained in:
Joseph Price 2019-09-20 18:04:36 -04:00
parent d72d7681bc
commit c7fa33d425
2 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,5 @@ lazy val intellijHaskell = (project in file(".")).
)
ideaBuild in ThisBuild := "192.6603.28"
ideaInternalPlugins += "java"

View File

@ -621,4 +621,5 @@
</action>
</group>
</actions>
<depends>com.intellij.modules.java</depends>
</idea-plugin>