Cabal revisions of safecopy-0.4.2
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.2+x-revision: 1 -- A short (one-line) description of the package. Synopsis: Binary serialization with version control. Maintainer: Lemmih <lemmih@gmail.com> -- A copyright notice.--- Copyright: +-- Copyright: Category: Data, Parsing -- Extra files to be distributed with the package, such as examples or -- a README.--- Extra-source-files: +-- Extra-source-files: -- Constraint on the version of Cabal needed to build this package. Cabal-version: >=1.6 Exposed-modules: Data.SafeCopy Hs-Source-Dirs: src/- + -- Packages needed in order to build this package.- Build-depends: base >=4 && <5, binary, bytestring, containers- + Build-depends: base >=4 && <4.5, binary, bytestring, containers+ -- Modules not exported by this package. Other-modules: Data.SafeCopy.Instances, Data.SafeCopy.SafeCopy- + -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.- -- Build-tools: - + -- Build-tools: