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.
55name : 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.
2222license : GPL-3
@@ -25,14 +25,14 @@ license: GPL-3
2525license-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
3737category : Development
3838
@@ -44,13 +44,13 @@ cabal-version: >=1.8
4444
4545executable 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+
0 commit comments