packages feed

Cabal revisions of angel-0.4.4

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.4+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   -- .hs or .lhs file containing the Main module.   Hs-Source-Dirs: src   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: process >= 1.0 && < 1.2   Build-depends: mtl   Build-depends: MissingH   Build-depends: configurator >= 0.1   Build-depends: old-locale   Build-depends: text>=0.11 -  +   -- Modules not exported by this package.   Other-modules: Angel.Files,                  Angel.Config,                  Angel.Log,                  Angel.Util                  Angel.PidFile-  +   -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.-  -- Build-tools:         +  -- Build-tools:    Extensions: OverloadedStrings,ScopedTypeVariables,BangPatterns,ViewPatterns-  +   Ghc-Options: -threaded -fwarn-missing-import-lists  test-suite spec   Hs-Source-Dirs: src, test   Build-Depends:  base   Build-Depends:  hspec-  Build-depends: base >= 4.0 && < 5+  Build-depends: base >= 4.5 && < 5   Build-depends: process >= 1.0 && < 2.0   Build-depends: mtl   Build-depends: MissingH