packages feed

Cabal revisions of safecopy-store-0.9.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- safecopy.cabal auto-generated by cabal init. For additional--- options, see--- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.--- The name of the package.-Name:                safecopy-store-Version:             0.9.3-Synopsis:            Binary serialization with version control.-Description:         Fork of safecopy that uses store instead of cereal.-Homepage:            https://github.com/NCrashed/safecopy-License:             PublicDomain-Author:              David Himmelstrup, Felipe Lessa, Anton Gushcha-Maintainer:          Anton Gushcha <ncrashed@gmail.com>--- Copyright:-Category:            Data, Parsing-Build-type:          Simple-Extra-source-files: CHANGELOG.md-Cabal-version:       >=1.8-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1--Source-repository head-  type:          git-  location:      git://github.com/NCrashed/safecopy.git--Library-  -- Modules exported by the library.-  Exposed-modules:     Data.SafeCopy.Store-                       Data.SafeCopy.Store.Internal--  Hs-Source-Dirs:      src/--  -- Packages needed in order to build this package.-  Build-depends:       base >=4.5 && <5,-                       array < 0.6,-                       bytestring < 0.11,-                       containers >= 0.3 && < 0.6,-                       old-time < 1.2,-                       store >= 0.3 && < 0.5,-                       store-core >= 0.3 && < 0.5,-                       template-haskell < 2.12,-                       text < 1.3,-                       time < 1.7,-                       vector >= 0.10 && < 0.12--  -- Modules not exported by this package.-  Other-modules:       Data.SafeCopy.Store.Instances, Data.SafeCopy.Store.SafeCopy,-                       Data.SafeCopy.Store.Derive, Data.SafeCopy.Store.Encode--  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.-  -- Build-tools:--  GHC-Options:         -Wall--  if(impl(ghc >= 7.2.1))-    cpp-options: -DDEFAULT_SIGNATURES--  if(impl(ghc >= 7.1))-    cpp-options: -DSAFE_HASKELL--Test-suite instances-  Type:                exitcode-stdio-1.0-  Main-is:             instances.hs-  Hs-Source-Dirs:      test/-  GHC-Options:         -Wall -threaded -rtsopts -with-rtsopts=-N-  Build-depends:       base, store, template-haskell, safecopy-store,-                       containers, time, array, vector, lens >= 4.7 && < 5.0,-                       lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck+-- safecopy.cabal auto-generated by cabal init. For additional
+-- options, see
+-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
+-- The name of the package.
+Name:                safecopy-store
+Version:             0.9.3
+x-revision: 1
+Synopsis:            Binary serialization with version control.
+Description:         Fork of safecopy that uses store instead of cereal.
+Homepage:            https://github.com/NCrashed/safecopy
+License:             PublicDomain
+Author:              David Himmelstrup, Felipe Lessa, Anton Gushcha
+Maintainer:          Anton Gushcha <ncrashed@gmail.com>
+-- Copyright:
+Category:            Data, Parsing
+Build-type:          Simple
+Extra-source-files: CHANGELOG.md
+Cabal-version:       >=1.8
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1
+
+Source-repository head
+  type:          git
+  location:      git://github.com/NCrashed/safecopy.git
+
+Library
+  -- Modules exported by the library.
+  Exposed-modules:     Data.SafeCopy.Store
+                       Data.SafeCopy.Store.Internal
+
+  Hs-Source-Dirs:      src/
+
+  -- Packages needed in order to build this package.
+  Build-depends:       base >=4.8 && <5,
+                       array < 0.6,
+                       bytestring < 0.11,
+                       containers >= 0.3 && < 0.6,
+                       old-time < 1.2,
+                       store >= 0.3 && < 0.5,
+                       store-core >= 0.3 && < 0.5,
+                       template-haskell < 2.12,
+                       text < 1.3,
+                       time < 1.7,
+                       vector >= 0.10 && < 0.12
+
+  -- Modules not exported by this package.
+  Other-modules:       Data.SafeCopy.Store.Instances, Data.SafeCopy.Store.SafeCopy,
+                       Data.SafeCopy.Store.Derive, Data.SafeCopy.Store.Encode
+
+  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
+  -- Build-tools:
+
+  GHC-Options:         -Wall
+
+  if(impl(ghc >= 7.2.1))
+    cpp-options: -DDEFAULT_SIGNATURES
+
+  if(impl(ghc >= 7.1))
+    cpp-options: -DSAFE_HASKELL
+
+Test-suite instances
+  Type:                exitcode-stdio-1.0
+  Main-is:             instances.hs
+  Hs-Source-Dirs:      test/
+  GHC-Options:         -Wall -threaded -rtsopts -with-rtsopts=-N
+  Build-depends:       base, store, template-haskell, safecopy-store,
+                       containers, time, array, vector, lens >= 4.7 && < 5.0,
+                       lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck