packages feed

Cabal revisions of angel-0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version:             0.2+x-revision: 1  -- A short (one-line) description of the package.--- Synopsis:            +-- Synopsis:  -- A longer description of the package.--- Description:         +-- Description:  -- The license under which the package is released. License:             BSD3 Homepage:            http://github.com/jamwt/Angel  -- A copyright notice.--- Copyright:           +-- Copyright:  -- Stability of the pakcage (experimental, provisional, stable...) Stability:           Stable  -- Extra files to be distributed with the package, such as examples or -- a README.--- Extra-source-files:  +-- Extra-source-files:  -- Constraint on the version of Cabal needed to build this package. Cabal-version:       >=1.6 Executable angel   -- .hs or .lhs file containing the Main module.   Main-is: Angel/Main.hs-  +   -- Packages needed in order to build this package.-  Build-depends: base >= 4.0 && < 5+  Build-depends: base < 0   Build-depends: process >= 1.0   Build-depends: mtl   Build-depends: MissingH   Build-depends: old-time   Build-depends: old-locale -  +   -- Modules not exported by this package.-  -- Other-modules:       -  +  -- Other-modules:+   -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.-  -- Build-tools:         -  -  Ghc-Options: -threaded +  -- Build-tools:++  Ghc-Options: -threaded