Cabal revisions of safecopy-0.10.4.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-- The name of the package. Name: safecopy Version: 0.10.4.2+x-revision: 1 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy generic-data >= 0.3, containers >= 0.3 && < 0.7, old-time < 1.2,- template-haskell < 2.18,+ template-haskell < 2.19, text < 1.3,- time < 1.12,- transformers < 0.6,+ time < 1.13,+ transformers < 0.7, vector >= 0.10 && < 0.13 -- Modules not exported by this package. Hs-Source-Dirs: test/ GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N Build-depends: base, cereal, template-haskell, safecopy,- containers, time, array, vector, lens >= 4.7 && < 5.1,+ containers, time, array, vector, lens >= 4.7 && < 5.2, lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck Test-suite generic
revision 2
--- 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-Version: 0.10.4.2-x-revision: 1-Synopsis: Binary serialization with version control.-Description: An extension to Data.Serialize with built-in version control.-Homepage: https://github.com/acid-state/safecopy-License: PublicDomain-Author: David Himmelstrup, Felipe Lessa-Maintainer: Lemmih <lemmih@gmail.com>, David Fox <dsf@seereason.com>--- Copyright:-Category: Data, Parsing-Build-type: Simple-Extra-source-files: CHANGELOG.md-Cabal-version: >=1.10-tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1--Source-repository head- type: git- location: git://github.com/acid-state/safecopy.git---Library- Default-language: Haskell2010- -- Modules exported by the library.- Exposed-modules: Data.SafeCopy- Data.SafeCopy.Internal-- Hs-Source-Dirs: src/-- -- Packages needed in order to build this package.- Build-depends: base >=4.9 && <5,- array < 0.6,- cereal >= 0.5 && < 0.6,- bytestring < 0.12,- generic-data >= 0.3,- containers >= 0.3 && < 0.7,- old-time < 1.2,- template-haskell < 2.19,- text < 1.3,- time < 1.13,- transformers < 0.7,- vector >= 0.10 && < 0.13-- -- Modules not exported by this package.- Other-modules: Data.SafeCopy.Instances, Data.SafeCopy.SafeCopy,- Data.SafeCopy.Derive-- -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.- -- Build-tools:-- GHC-Options: -Wall-- cpp-options: -DDEFAULT_SIGNATURES -DSAFE_HASKELL--Test-suite instances- Default-language: Haskell2010- Type: exitcode-stdio-1.0- Main-is: instances.hs- Hs-Source-Dirs: test/- GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N- Build-depends: base, cereal, template-haskell, safecopy,- containers, time, array, vector, lens >= 4.7 && < 5.2,- lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck--Test-suite generic- Default-language: Haskell2010- Type: exitcode-stdio-1.0- Main-is: generic.hs- Hs-Source-Dirs: test/- GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N- Build-depends: base, bytestring, cereal, safecopy, HUnit+-- 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 +Version: 0.10.4.2 +x-revision: 2 +Synopsis: Binary serialization with version control. +Description: An extension to Data.Serialize with built-in version control. +Homepage: https://github.com/acid-state/safecopy +License: PublicDomain +Author: David Himmelstrup, Felipe Lessa +Maintainer: Lemmih <lemmih@gmail.com>, David Fox <dsf@seereason.com> +-- Copyright: +Category: Data, Parsing +Build-type: Simple +Extra-source-files: CHANGELOG.md +Cabal-version: >=1.10 +tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1 + +Source-repository head + type: git + location: git@github.com:acid-state/safecopy.git + + +Library + Default-language: Haskell2010 + -- Modules exported by the library. + Exposed-modules: Data.SafeCopy + Data.SafeCopy.Internal + + Hs-Source-Dirs: src/ + + -- Packages needed in order to build this package. + Build-depends: base >=4.9 && <5, + array < 0.6, + cereal >= 0.5 && < 0.6, + bytestring < 0.12, + generic-data >= 0.3, + containers >= 0.3 && < 0.7, + old-time < 1.2, + template-haskell < 2.19, + text < 1.3, + time < 1.13, + transformers < 0.7, + vector >= 0.10 && < 0.13 + + -- Modules not exported by this package. + Other-modules: Data.SafeCopy.Instances, Data.SafeCopy.SafeCopy, + Data.SafeCopy.Derive + + -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. + -- Build-tools: + + GHC-Options: -Wall + + cpp-options: -DDEFAULT_SIGNATURES -DSAFE_HASKELL + +Test-suite instances + Default-language: Haskell2010 + Type: exitcode-stdio-1.0 + Main-is: instances.hs + Hs-Source-Dirs: test/ + GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N + Build-depends: base, cereal, template-haskell, safecopy, + containers, time, array, vector, lens >= 4.7 && < 5.2, + lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck + +Test-suite generic + Default-language: Haskell2010 + Type: exitcode-stdio-1.0 + Main-is: generic.hs + Hs-Source-Dirs: test/ + GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N + Build-depends: base, bytestring, cereal, safecopy, HUnit
revision 3
--- 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 -Version: 0.10.4.2 -x-revision: 2 -Synopsis: Binary serialization with version control. -Description: An extension to Data.Serialize with built-in version control. -Homepage: https://github.com/acid-state/safecopy -License: PublicDomain -Author: David Himmelstrup, Felipe Lessa -Maintainer: Lemmih <lemmih@gmail.com>, David Fox <dsf@seereason.com> --- Copyright: -Category: Data, Parsing -Build-type: Simple -Extra-source-files: CHANGELOG.md -Cabal-version: >=1.10 -tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1 - -Source-repository head - type: git - location: git@github.com:acid-state/safecopy.git - - -Library - Default-language: Haskell2010 - -- Modules exported by the library. - Exposed-modules: Data.SafeCopy - Data.SafeCopy.Internal - - Hs-Source-Dirs: src/ - - -- Packages needed in order to build this package. - Build-depends: base >=4.9 && <5, - array < 0.6, - cereal >= 0.5 && < 0.6, - bytestring < 0.12, - generic-data >= 0.3, - containers >= 0.3 && < 0.7, - old-time < 1.2, - template-haskell < 2.19, - text < 1.3, - time < 1.13, - transformers < 0.7, - vector >= 0.10 && < 0.13 - - -- Modules not exported by this package. - Other-modules: Data.SafeCopy.Instances, Data.SafeCopy.SafeCopy, - Data.SafeCopy.Derive - - -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. - -- Build-tools: - - GHC-Options: -Wall - - cpp-options: -DDEFAULT_SIGNATURES -DSAFE_HASKELL - -Test-suite instances - Default-language: Haskell2010 - Type: exitcode-stdio-1.0 - Main-is: instances.hs - Hs-Source-Dirs: test/ - GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N - Build-depends: base, cereal, template-haskell, safecopy, - containers, time, array, vector, lens >= 4.7 && < 5.2, - lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck - -Test-suite generic - Default-language: Haskell2010 - Type: exitcode-stdio-1.0 - Main-is: generic.hs - Hs-Source-Dirs: test/ - GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N - Build-depends: base, bytestring, cereal, safecopy, HUnit +-- 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+Version: 0.10.4.2+x-revision: 3+Synopsis: Binary serialization with version control.+Description: An extension to Data.Serialize with built-in version control.+Homepage: https://github.com/acid-state/safecopy+License: PublicDomain+Author: David Himmelstrup, Felipe Lessa+Maintainer: Lemmih <lemmih@gmail.com>, David Fox <dsf@seereason.com>+-- Copyright:+Category: Data, Parsing+Build-type: Simple+Extra-source-files: CHANGELOG.md+Cabal-version: >=1.10++tested-with:+ GHC == 9.2.2+ GHC == 9.0.2+ GHC == 8.10.7+ GHC == 8.8.4+ GHC == 8.6.5+ GHC == 8.4.4+ GHC == 8.2.2+ GHC == 8.0.2++Source-repository head+ type: git+ location: git@github.com:acid-state/safecopy.git+++Library+ Default-language: Haskell2010+ -- Modules exported by the library.+ Exposed-modules: Data.SafeCopy+ Data.SafeCopy.Internal++ Hs-Source-Dirs: src/++ -- Packages needed in order to build this package.+ Build-depends: base >=4.9 && <5,+ array < 0.6,+ cereal >= 0.5 && < 0.6,+ bytestring < 0.12,+ generic-data >= 0.3,+ containers >= 0.3 && < 0.7,+ old-time < 1.2,+ template-haskell < 2.19,+ text < 1.3 || >= 2.0 && < 2.1,+ time < 1.13,+ transformers < 0.7,+ vector >= 0.10 && < 0.13++ -- Modules not exported by this package.+ Other-modules: Data.SafeCopy.Instances, Data.SafeCopy.SafeCopy,+ Data.SafeCopy.Derive++ -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.+ -- Build-tools:++ GHC-Options: -Wall++ cpp-options: -DDEFAULT_SIGNATURES -DSAFE_HASKELL++Test-suite instances+ Default-language: Haskell2010+ Type: exitcode-stdio-1.0+ Main-is: instances.hs+ Hs-Source-Dirs: test/+ GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N+ Build-depends: base, cereal, template-haskell, safecopy,+ containers, time, array, vector, lens >= 4.7 && < 5.2,+ lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck++Test-suite generic+ Default-language: Haskell2010+ Type: exitcode-stdio-1.0+ Main-is: generic.hs+ Hs-Source-Dirs: test/+ GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N+ Build-depends: base, bytestring, cereal, safecopy, HUnit
revision 4
-- The name of the package. Name: safecopy Version: 0.10.4.2-x-revision: 3+x-revision: 4 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy Source-repository head type: git- location: git@github.com:acid-state/safecopy.git+ location: https://github.com/acid-state/safecopy.git Library
revision 5
-- The name of the package. Name: safecopy Version: 0.10.4.2-x-revision: 4+x-revision: 5 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy Cabal-version: >=1.10 tested-with:- GHC == 9.2.2+ GHC == 9.4.1+ GHC == 9.2.4 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 generic-data >= 0.3, containers >= 0.3 && < 0.7, old-time < 1.2,- template-haskell < 2.19,+ template-haskell < 2.20, text < 1.3 || >= 2.0 && < 2.1, time < 1.13, transformers < 0.7,- vector >= 0.10 && < 0.13+ vector >= 0.10 && < 0.14 -- Modules not exported by this package. Other-modules: Data.SafeCopy.Instances, Data.SafeCopy.SafeCopy, Hs-Source-Dirs: test/ GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N Build-depends: base, cereal, template-haskell, safecopy,- containers, time, array, vector, lens >= 4.7 && < 5.2,+ containers, time, array, vector, lens >= 4.7 && < 5.3, lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck Test-suite generic
revision 6
-- The name of the package. Name: safecopy Version: 0.10.4.2-x-revision: 5+x-revision: 6 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy Cabal-version: >=1.10 tested-with:- GHC == 9.4.1- GHC == 9.2.4+ GHC == 9.6.0+ GHC == 9.4.4+ GHC == 9.2.5 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 generic-data >= 0.3, containers >= 0.3 && < 0.7, old-time < 1.2,- template-haskell < 2.20,+ template-haskell < 2.21, text < 1.3 || >= 2.0 && < 2.1, time < 1.13, transformers < 0.7,
revision 7
--- 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 Version: 0.10.4.2-x-revision: 6+x-revision: 7 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy Cabal-version: >=1.10 tested-with:- GHC == 9.6.0- GHC == 9.4.4- GHC == 9.2.5+ GHC == 9.8.0+ GHC == 9.6.2+ GHC == 9.4.7+ GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 Hs-Source-Dirs: src/ -- Packages needed in order to build this package.- Build-depends: base >=4.9 && <5,+ Build-depends: base >= 4.9 && < 5, array < 0.6, cereal >= 0.5 && < 0.6,- bytestring < 0.12,+ bytestring < 0.13, generic-data >= 0.3, containers >= 0.3 && < 0.7, old-time < 1.2, template-haskell < 2.21,- text < 1.3 || >= 2.0 && < 2.1,+ text < 1.3 || >= 2.0 && < 2.2, time < 1.13, transformers < 0.7, vector >= 0.10 && < 0.14 -- Modules not exported by this package. Other-modules: Data.SafeCopy.Instances, Data.SafeCopy.SafeCopy, Data.SafeCopy.Derive-- -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.- -- Build-tools: GHC-Options: -Wall
revision 8
Name: safecopy Version: 0.10.4.2-x-revision: 7+x-revision: 8 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy Cabal-version: >=1.10 tested-with:- GHC == 9.8.0- GHC == 9.6.2+ GHC == 9.8.1+ GHC == 9.6.3 GHC == 9.4.7 GHC == 9.2.8 GHC == 9.0.2 cereal >= 0.5 && < 0.6, bytestring < 0.13, generic-data >= 0.3,- containers >= 0.3 && < 0.7,+ containers >= 0.3 && < 0.8, old-time < 1.2,- template-haskell < 2.21,+ template-haskell < 2.22, text < 1.3 || >= 2.0 && < 2.2, time < 1.13, transformers < 0.7,
revision 9
Name: safecopy Version: 0.10.4.2-x-revision: 8+x-revision: 9 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy Cabal-version: >=1.10 tested-with:- GHC == 9.8.1- GHC == 9.6.3- GHC == 9.4.7+ GHC == 9.10.0+ GHC == 9.8.2+ GHC == 9.6.4+ GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 generic-data >= 0.3, containers >= 0.3 && < 0.8, old-time < 1.2,- template-haskell < 2.22,+ template-haskell < 2.23, text < 1.3 || >= 2.0 && < 2.2,- time < 1.13,+ time < 1.15, transformers < 0.7, vector >= 0.10 && < 0.14
revision 10
Name: safecopy Version: 0.10.4.2-x-revision: 9+x-revision: 10 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy tested-with: GHC == 9.10.0 GHC == 9.8.2- GHC == 9.6.4+ GHC == 9.6.5 GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 -- Packages needed in order to build this package. Build-depends: base >= 4.9 && < 5, array < 0.6,- cereal >= 0.5 && < 0.6,+ cereal >= 0.5.3 && < 0.6,+ -- cereal 0.5.3 introduced instance Monoid Put bytestring < 0.13,- generic-data >= 0.3,+ generic-data >= 0.3.0.0, containers >= 0.3 && < 0.8, old-time < 1.2,- template-haskell < 2.23,+ template-haskell >= 2.11.0.0 && < 2.23, text < 1.3 || >= 2.0 && < 2.2,- time < 1.15,+ time >= 1.6.0.1 && < 1.15, transformers < 0.7, vector >= 0.10 && < 0.14 Hs-Source-Dirs: test/ GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N Build-depends: base, cereal, template-haskell, safecopy,- containers, time, array, vector, lens >= 4.7 && < 5.3,- lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck+ containers, time, array, vector, lens >= 4.7 && < 6,+ lens-action+ , tasty+ , tasty-quickcheck+ , quickcheck-instances+ , QuickCheck >= 2.8.2 && < 3 Test-suite generic Default-language: Haskell2010
revision 11
Name: safecopy Version: 0.10.4.2-x-revision: 10+x-revision: 11 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy -- Copyright: Category: Data, Parsing Build-type: Simple-Extra-source-files: CHANGELOG.md+Extra-source-files: CHANGELOG.md Cabal-version: >=1.10 tested-with:- GHC == 9.10.0- GHC == 9.8.2- GHC == 9.6.5+ GHC == 9.12.1+ GHC == 9.10.1+ GHC == 9.8.4+ GHC == 9.6.6 GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 Library Default-language: Haskell2010- -- Modules exported by the library. Exposed-modules: Data.SafeCopy Data.SafeCopy.Internal Hs-Source-Dirs: src/ - -- Packages needed in order to build this package.- Build-depends: base >= 4.9 && < 5,- array < 0.6,- cereal >= 0.5.3 && < 0.6,- -- cereal 0.5.3 introduced instance Monoid Put- bytestring < 0.13,- generic-data >= 0.3.0.0,- containers >= 0.3 && < 0.8,- old-time < 1.2,- template-haskell >= 2.11.0.0 && < 2.23,- text < 1.3 || >= 2.0 && < 2.2,- time >= 1.6.0.1 && < 1.15,- transformers < 0.7,- vector >= 0.10 && < 0.14+ -- Lower bounds are chosen to match LTS 7.24 (GHC 8.0)+ Build-depends: base >= 4.9 && < 5+ , array >= 0.5.1.1 && < 0.6+ , cereal >= 0.5.4.0 && < 0.6+ , bytestring >= 0.10.8.1 && < 0.13+ , generic-data >= 0.3.0.0 && < 2+ , containers >= 0.5.7.1 && < 1+ , old-time >= 1.1.0.3 && < 1.2+ , template-haskell >= 2.11.0.0 && < 2.24+ , text >= 1.2.2.2 && < 1.3 || >= 2.0 && < 2.2+ , time >= 1.6.0.1 && < 1.15+ , transformers >= 0.5.2.0 && < 0.7+ , vector >= 0.11.0.0 && < 0.14 - -- Modules not exported by this package.- Other-modules: Data.SafeCopy.Instances, Data.SafeCopy.SafeCopy,+ Other-modules: Data.SafeCopy.Instances+ Data.SafeCopy.SafeCopy Data.SafeCopy.Derive GHC-Options: -Wall Main-is: instances.hs Hs-Source-Dirs: test/ GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N- Build-depends: base, cereal, template-haskell, safecopy,- containers, time, array, vector, lens >= 4.7 && < 6,- lens-action+ Build-depends: base+ , array+ , cereal+ , containers+ , safecopy+ , template-haskell+ , time+ , vector+ -- new dependencies:+ , lens >= 4.7 && < 6+ , lens-action , tasty , tasty-quickcheck , quickcheck-instances Main-is: generic.hs Hs-Source-Dirs: test/ GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N- Build-depends: base, bytestring, cereal, safecopy, HUnit+ Build-depends: base+ , bytestring+ , cereal+ , safecopy+ , HUnit