packages feed

Cabal revisions of acid-state-0.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+x-revision: 1  -- A short (one-line) description of the package. Synopsis:            Add ACID guarantees to any serializable Haskell data structure. Maintainer:          Lemmih <lemmih@gmail.com>  -- A copyright notice.--- Copyright:           +-- Copyright:  Category:            Database    Other-modules:       Data.Acid.Log, Data.Acid.Archive,                        Data.Acid.CRC, Paths_acid_state,                        Data.Acid.TemplateHaskell-  +   -- Packages needed in order to build this package.-  Build-depends:       base >= 4 && < 5, cereal >= 0.3.2.0, safecopy >= 0.5, bytestring, stm,+  Build-depends:       base >= 4 && < 5, cereal >= 0.3.2.0 && < 0.4, safecopy >= 0.5, bytestring, stm,                        filepath, directory, mtl, array, containers, template-haskell, unix    Hs-Source-Dirs:      src/   GHC-Options:         -fwarn-unused-imports -fwarn-unused-binds    -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.-  -- Build-tools:         -  +  -- Build-tools:
revision 2
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version:             0.4-x-revision: 1+x-revision: 2  -- A short (one-line) description of the package. Synopsis:            Add ACID guarantees to any serializable Haskell data structure. Extra-source-files:  examples/*.hs, examples/errors/*.hs  -- Constraint on the version of Cabal needed to build this package.-Cabal-version:       >=1.6+Cabal-version:       >=1.8   Library    -- Packages needed in order to build this package.   Build-depends:       base >= 4 && < 5, cereal >= 0.3.2.0 && < 0.4, safecopy >= 0.5, bytestring, stm,-                       filepath, directory, mtl, array, containers, template-haskell, unix+                       filepath, directory, mtl, array, containers, template-haskell, unix < 2.8    Hs-Source-Dirs:      src/