Cabal revisions of safecopy-0.7.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.7.1+x-revision: 1 -- A short (one-line) description of the package. Synopsis: Binary serialization with version control. Hs-Source-Dirs: src/ -- Packages needed in order to build this package.- Build-depends: base >=4 && <5, array, cereal >= 0.3.1.0, bytestring, containers >= 0.3,+ Build-depends: base >=4.5 && <4.7, array, cereal >= 0.3.1.0, bytestring, containers >= 0.3, old-time, template-haskell, text, time -- Modules not exported by this package.