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

Commit 99b9071

Browse files
committed
v0.2.4
1 parent 1bb1be2 commit 99b9071

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

light-haskell.cabal

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
-- Initial light-haskell.cabal generated by cabal init. For further
1+
-- Initial light-haskell.cabal generated by cabal init. For further
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
-- The name of the package.
55
name: light-haskell
66

7-
-- The package version. See the Haskell package versioning policy (PVP)
7+
-- The package version. See the Haskell package versioning policy (PVP)
88
-- for standards guiding when and how versions should be incremented.
99
-- http://www.haskell.org/haskellwiki/Package_versioning_policy
1010
-- PVP summary: +-+------- breaking API changes
1111
-- | | +----- non-breaking API additions
1212
-- | | | +--- code changes with no API change
13-
version: 0.0.1
13+
version: 0.2.4
1414

1515
-- A short (one-line) description of the package.
16-
-- synopsis:
16+
-- synopsis:
1717

1818
-- A longer description of the package.
19-
-- description:
19+
-- description:
2020

2121
-- The license under which the package is released.
2222
license: GPL-3
@@ -25,14 +25,14 @@ license: GPL-3
2525
license-file: LICENSE
2626

2727
-- The package author(s).
28-
-- author:
28+
-- author:
2929

30-
-- An email address to which users can send suggestions, bug reports, and
30+
-- An email address to which users can send suggestions, bug reports, and
3131
-- patches.
32-
-- maintainer:
32+
-- maintainer:
3333

3434
-- A copyright notice.
35-
-- copyright:
35+
-- copyright:
3636

3737
category: Development
3838

@@ -44,13 +44,13 @@ cabal-version: >=1.8
4444

4545
executable light-haskell
4646
-- .hs or .lhs file containing the Main module.
47-
main-is: LTHaskellClient.hs
48-
47+
main-is: LTHaskellClient.hs
48+
4949
-- Modules included in this executable, other than Main.
50-
-- other-modules:
51-
50+
-- other-modules:
51+
5252
-- Other library packages from which modules are imported.
53-
build-depends:
53+
build-depends:
5454
base ==4.6.*,
5555
network ==2.4.*,
5656
directory ==1.2.*,
@@ -61,7 +61,7 @@ executable light-haskell
6161
process ==1.1.*,
6262
ghc-mod ==3.1.*,
6363
stylish-haskell ==0.5.*
64-
64+
6565
-- Directories containing source files.
6666
hs-source-dirs: haskell
67-
67+

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.3",
2+
"version": "0.2.4",
33
"author": "Jeff Taggart, Lucas Stadler, Ben Kirwin",
44
"source": "https://github.com/jetaggart/light-haskell",
55
"desc": "Haskell integration for LightTable",

0 commit comments

Comments
 (0)