Cabal revisions of acid-state-0.7.10
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.7.10+x-revision: 1 -- A short (one-line) description of the package. Synopsis: Add ACID guarantees to any serializable Haskell data structure. -- Packages needed in order to build this package. -- We need hGetSome from bytestring, added in 0.9.1.8- Build-depends: base >= 4 && < 5, cereal >= 0.3.2.0, safecopy >= 0.6,+ Build-depends: base >= 4 && < 5, cereal >= 0.3.2.0 && < 0.5, safecopy >= 0.6, bytestring >= 0.9.1.8, stm, extensible-exceptions, filepath, directory, mtl, array, containers, template-haskell, network
revision 2
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 0.7.10-x-revision: 1+x-revision: 2 -- A short (one-line) description of the package. Synopsis: Add ACID guarantees to any serializable Haskell data structure. -- Packages needed in order to build this package. -- We need hGetSome from bytestring, added in 0.9.1.8- Build-depends: base >= 4 && < 5, cereal >= 0.3.2.0 && < 0.5, safecopy >= 0.6,+ Build-depends: base >= 4 && < 5, cereal >= 0.3.2.0 && < 0.4, safecopy >= 0.6, bytestring >= 0.9.1.8, stm, extensible-exceptions, filepath, directory, mtl, array, containers, template-haskell, network
revision 3
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 0.7.10-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, src-win32/*.hs, src-unix/*.hs -- Constraint on the version of Cabal needed to build this package.-Cabal-version: >=1.6+Cabal-version: >=1.8 Source-repository head type: darcs Data.Acid.CRC, Paths_acid_state, Data.Acid.TemplateHaskell, Data.Acid.Common, FileIO, Data.Acid.Abstract, Data.Acid.Core- + -- Packages needed in order to build this package. -- We need hGetSome from bytestring, added in 0.9.1.8 Build-depends: base >= 4 && < 5, cereal >= 0.3.2.0 && < 0.4, safecopy >= 0.6, if os(windows) Build-depends: Win32 else- Build-depends: unix+ Build-depends: 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: