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

Commit

Permalink
release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
heyLu committed Oct 4, 2014
1 parent 8e53b7e commit 7c82079
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.2.7

* support for both GHC 7.6 and 7.8 (#48), thanks to @elfenlaid
* use [travis](http://travis-ci.org/psylinse/light-haskell)

## 0.2.6

* [windows support](https://github.com/jetaggart/light-haskell/pull/41),
Expand Down
2 changes: 1 addition & 1 deletion light-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: light-haskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.6
version: 0.2.7

-- A short (one-line) description of the package.
-- synopsis:
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{"name": "Haskell",
"version": "0.2.6",
"version": "0.2.7",
"author": "Jeff Taggart, Lucas Stadler, Ben Kirwin",
"source": "https://github.com/jetaggart/light-haskell",
"desc": "Haskell integration for LightTable",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(defproject com.lighttable/haskell "0.2.6"
(defproject com.lighttable/haskell "0.2.7"
:description "Haskell language plugin for Light Table"
:dependencies [[org.clojure/clojure "1.5.1"]])

0 comments on commit 7c82079

Please sign in to comment.