Merge pull request #474 from joprice/fixCompilation

fix compilation
This commit is contained in:
Rik 2019-09-21 14:46:30 +02:00 committed by GitHub
commit e20804e47a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>