source: sizechecking/sizechecking.cabal @ 15

Last change on this file since 15 was 11, checked in by gobi, 13 years ago

cabal file

File size: 1.7 KB
RevLine 
[11]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.
5name:                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
13version:             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.
22homepage:            kp.elte.hu/sizechecking
23
24-- The license under which the package is released.
25license:             BSD3
26
27-- The file containing the license text.
28license-file:        LICENSE
29
30-- The package author(s).
31author:              Attila Gobi
32
33-- An email address to which users can send suggestions, bug reports, and
34-- patches.
35maintainer:          gobi@elte.hu
36
37-- A copyright notice.
38-- copyright:           
39
40category:            Testing
41
42build-type:          Simple
43
44-- Constraint on the version of Cabal needed to build this package.
45cabal-version:       >=1.8
46
47
48library
49  -- Modules exported by the library.
50  exposed-modules:     Constraints, SizedExp, Examples, Lambda
51  extensions: PatternGuards
52 
53  -- Modules included in this library but not exported.
54  -- other-modules:       
55 
56  -- Other library packages from which modules are imported.
57  build-depends:       base ==4.6.*, containers ==0.5.*, sbv, value-supply
58 
Note: See TracBrowser for help on using the repository browser.