Cabal revisions of acid-state-0.5.0
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.5.0+x-revision: 1 -- A short (one-line) description of the package. Synopsis: Add ACID guarantees to any serializable Haskell data structure. Data.Acid.TemplateHaskell, Data.Acid.Common -- 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.5, safecopy >= 0.5, bytestring, stm, filepath, directory, mtl, array, containers, template-haskell, unix Hs-Source-Dirs: src/
revision 2
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 0.5.0-x-revision: 1+x-revision: 2 -- A short (one-line) description of the package. Synopsis: Add ACID guarantees to any serializable Haskell data structure. Data.Acid.TemplateHaskell, Data.Acid.Common -- Packages needed in order to build this package.- Build-depends: base >= 4 && < 5, cereal >= 0.3.2.0 && < 0.5, 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/
revision 3
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 0.5.0-x-revision: 2+x-revision: 3 -- 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 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 Other-modules: Data.Acid.Log, Data.Acid.Archive, Data.Acid.CRC, Paths_acid_state, Data.Acid.TemplateHaskell, Data.Acid.Common- + -- 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/ GHC-Options: -fwarn-unused-imports -fwarn-unused-binds -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.- -- Build-tools: - + -- Build-tools: