From bac06a2d95e9b807aab253ca99d5523db6830872 Mon Sep 17 00:00:00 2001
From: Cary Robbins
Date: Thu, 8 Jan 2015 23:47:55 -0600
Subject: [PATCH] Bumped version to 0.3-beta.18
---
META-INF/plugin.xml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml
index f02d8947b..bfe3c366b 100644
--- a/META-INF/plugin.xml
+++ b/META-INF/plugin.xml
@@ -1,7 +1,7 @@
com.haskforce
HaskForce
- 0.3-beta.17
+ 0.3-beta.18
HaskForce on GitHub
Plugin for Haskell language support.
@@ -16,6 +16,17 @@
bug tracker.
+ v0.3-beta.18
+
+ - Implemented Type Info action. (#90)
+ - Implemented language injections for QuasiQuotes.
+ - Improved import completion with aliased modules.
+ - Improved Restart ghc-modi action. (#103)
+ - Implemented creation of subdirectories for create file action, e.g. Foo.Bar.Baz creates Foo/Bar/Baz.hs
+ - Fixed hash operator parsing. (#106)
+ - Improved RankNTypes support. (#92)
+ - Improved Windows support. (#108, #109)
+
v0.3-beta.17
- Implemented closed type families.