packages feed

Cabal revisions of angel-0.4.1

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.4.1+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/MichaelXavier/Angel  -- A copyright notice.--- Copyright:           +-- Copyright:  -- Stability of the pakcage (experimental, provisional, stable...) Stability:           Stable 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.5 && < 5   -- binding to the internals of process here, gotta be careful   Build-depends: process >= 1.0 && < 2.0   Build-depends: mtl   Build-depends: containers >= 0.3   Build-depends: unordered-containers >= 0.1.4   Build-depends: unix >= 2.4-  Build-depends: time+  Build-depends: time < 1.5   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,ViewPatterns-  -  Ghc-Options: -threaded ++  Ghc-Options: -threaded  test-suite spec   Type:           exitcode-stdio-1.0