1 | -- Initial sizechecking.cabal generated by cabal init. For further |
---|
2 | -- documentation, see http://haskell.org/cabal/users-guide/ |
---|
3 | |
---|
4 | -- The name of the package. |
---|
5 | name: sizechecking |
---|
6 | |
---|
7 | -- The package version. See the Haskell package versioning policy (PVP) |
---|
8 | -- for standards guiding when and how versions should be incremented. |
---|
9 | -- http://www.haskell.org/haskellwiki/Package_versioning_policy |
---|
10 | -- PVP summary: +-+------- breaking API changes |
---|
11 | -- | | +----- non-breaking API additions |
---|
12 | -- | | | +--- code changes with no API change |
---|
13 | version: 0.1.0.0 |
---|
14 | |
---|
15 | -- A short (one-line) description of the package. |
---|
16 | -- synopsis: |
---|
17 | |
---|
18 | -- A longer description of the package. |
---|
19 | -- description: |
---|
20 | |
---|
21 | -- URL for the project homepage or repository. |
---|
22 | homepage: kp.elte.hu/sizechecking |
---|
23 | |
---|
24 | -- The license under which the package is released. |
---|
25 | license: BSD3 |
---|
26 | |
---|
27 | -- The file containing the license text. |
---|
28 | license-file: LICENSE |
---|
29 | |
---|
30 | -- The package author(s). |
---|
31 | author: Attila Gobi |
---|
32 | |
---|
33 | -- An email address to which users can send suggestions, bug reports, and |
---|
34 | -- patches. |
---|
35 | maintainer: gobi@elte.hu |
---|
36 | |
---|
37 | -- A copyright notice. |
---|
38 | -- copyright: |
---|
39 | |
---|
40 | category: Testing |
---|
41 | |
---|
42 | build-type: Simple |
---|
43 | |
---|
44 | -- Constraint on the version of Cabal needed to build this package. |
---|
45 | cabal-version: >=1.8 |
---|
46 | |
---|
47 | |
---|
48 | library |
---|
49 | -- Modules exported by the library. |
---|
50 | exposed-modules: Lambda |
---|
51 | |
---|
52 | -- Modules included in this library but not exported. |
---|
53 | -- other-modules: |
---|
54 | |
---|
55 | -- Other library packages from which modules are imported. |
---|
56 | build-depends: base ==4.*, containers ==0.5.*, sbv, value-supply, |
---|
57 | transformers, data-lens-light |
---|