Skip to content
This repository was archived by the owner on Feb 1, 2019. It is now read-only.

Commit 7c82079

Browse files
committed
release 0.2.7
1 parent 8e53b7e commit 7c82079

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## 0.2.7
4+
5+
* support for both GHC 7.6 and 7.8 (#48), thanks to @elfenlaid
6+
* use [travis](http://travis-ci.org/psylinse/light-haskell)
7+
38
## 0.2.6
49

510
* [windows support](https://github.com/jetaggart/light-haskell/pull/41),

light-haskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: light-haskell
1010
-- PVP summary: +-+------- breaking API changes
1111
-- | | +----- non-breaking API additions
1212
-- | | | +--- code changes with no API change
13-
version: 0.2.6
13+
version: 0.2.7
1414

1515
-- A short (one-line) description of the package.
1616
-- synopsis:

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{"name": "Haskell",
2-
"version": "0.2.6",
2+
"version": "0.2.7",
33
"author": "Jeff Taggart, Lucas Stadler, Ben Kirwin",
44
"source": "https://github.com/jetaggart/light-haskell",
55
"desc": "Haskell integration for LightTable",

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/haskell "0.2.6"
1+
(defproject com.lighttable/haskell "0.2.7"
22
:description "Haskell language plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)