packages feed

Cabal revisions of angel-0.3.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.3.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 >= 4.0 && < 4.6   Build-depends: process >= 1.0   Build-depends: mtl   Build-depends: MissingH   Build-depends: old-locale   Build-depends: text>=0.11 -  +   -- Modules not exported by this package.   Other-modules: Angel.Files,                  Angel.Config,                  Angel.Job,                  Angel.Log,                  Angel.Util-  +   -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.-  -- Build-tools:         +  -- Build-tools:    Extensions: OverloadedStrings,ScopedTypeVariables,BangPatterns-  -  Ghc-Options: -threaded ++  Ghc-Options: -threaded