Cabal revisions of vault-0.3.1.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: vault-Version: 0.3.1.5-Synopsis: a persistent store for values of arbitrary types-Description:- A /vault/ is a persistent store for values of arbitrary types.- It's like having first-class access to the storage space behind IORefs.- .- The data structure is analogous to a bank vault,- where you can access different bank boxes with different keys;- hence the name.- .- Also provided is a /locker/ type, representing a store for a single element.--Category: Data-License: BSD3-License-file: LICENSE-Author: Heinrich Apfelmus, Elliott Hird-Maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de>-Homepage: https://github.com/HeinrichApfelmus/vault-Copyright: (c) Heinrich Apfelmus 2011-2013--build-type: Simple-cabal-version: >= 1.10-Tested-With: GHC == 7.6.3- ,GHC == 7.8.4- ,GHC == 7.10.3- ,GHC == 8.0.2- ,GHC == 8.2.2- ,GHC == 8.4.4- ,GHC == 8.6.5- ,GHC == 8.8.3- ,GHC == 8.10.1--extra-source-files:- CHANGELOG.md- README.md- src/Data/Vault/IO.h- src/Data/Vault/ST/ST.h- src/Data/Vault/ST/backends/GHC.h--source-repository head- type: git- location: git://github.com/HeinrichApfelmus/vault.git--flag UseGHC- description: Use GHC-specific packages and extensions.- default: True--Library- hs-source-dirs: src- build-depends: base >= 4.5 && < 4.16,- containers >= 0.4 && < 0.7,- unordered-containers >= 0.2.3.0 && < 0.3,- hashable >= 1.1.2.5 && < 1.4-- if impl(ghc < 8.0)- build-depends: semigroups >= 0.1 && < 1.0-- default-language: Haskell2010- default-extensions: CPP- ghc-options: -Wall -fno-warn-missing-signatures-- exposed-modules:- Data.Vault.Lazy,- Data.Vault.Strict,- Data.Vault.ST.Lazy,- Data.Vault.ST.Strict,- Data.Unique.Really-- if impl(ghc) && flag(UseGHC)- CPP-options: -DUseGHC+Name: vault +Version: 0.3.1.5 +x-revision: 1 +Synopsis: a persistent store for values of arbitrary types +Description: + A /vault/ is a persistent store for values of arbitrary types. + It's like having first-class access to the storage space behind IORefs. + . + The data structure is analogous to a bank vault, + where you can access different bank boxes with different keys; + hence the name. + . + Also provided is a /locker/ type, representing a store for a single element. + +Category: Data +License: BSD3 +License-file: LICENSE +Author: Heinrich Apfelmus, Elliott Hird +Maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de> +Homepage: https://github.com/HeinrichApfelmus/vault +Copyright: (c) Heinrich Apfelmus 2011-2013 + +build-type: Simple +cabal-version: >= 1.10 +Tested-With: GHC == 7.6.3 + ,GHC == 7.8.4 + ,GHC == 7.10.3 + ,GHC == 8.0.2 + ,GHC == 8.2.2 + ,GHC == 8.4.4 + ,GHC == 8.6.5 + ,GHC == 8.8.3 + ,GHC == 8.10.1 + +extra-source-files: + CHANGELOG.md + README.md + src/Data/Vault/IO.h + src/Data/Vault/ST/ST.h + src/Data/Vault/ST/backends/GHC.h + +source-repository head + type: git + location: git://github.com/HeinrichApfelmus/vault.git + +flag UseGHC + description: Use GHC-specific packages and extensions. + default: True + +Library + hs-source-dirs: src + build-depends: base >= 4.5 && < 4.17, + containers >= 0.4 && < 0.7, + unordered-containers >= 0.2.3.0 && < 0.3, + hashable >= 1.1.2.5 && < 1.5 + + if impl(ghc < 8.0) + build-depends: semigroups >= 0.1 && < 1.0 + + default-language: Haskell2010 + default-extensions: CPP + ghc-options: -Wall -fno-warn-missing-signatures + + exposed-modules: + Data.Vault.Lazy, + Data.Vault.Strict, + Data.Vault.ST.Lazy, + Data.Vault.ST.Strict, + Data.Unique.Really + + if impl(ghc) && flag(UseGHC) + CPP-options: -DUseGHC
revision 2
Name: vault Version: 0.3.1.5 -x-revision: 1 +x-revision: 2 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. Library hs-source-dirs: src - build-depends: base >= 4.5 && < 4.17, + build-depends: base >= 4.5 && < 4.18, containers >= 0.4 && < 0.7, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.5
revision 3
Name: vault Version: 0.3.1.5 -x-revision: 2 +x-revision: 3 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. Library hs-source-dirs: src - build-depends: base >= 4.5 && < 4.18, + build-depends: base >= 4.5 && < 4.19, containers >= 0.4 && < 0.7, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.5
revision 4
Name: vault Version: 0.3.1.5 -x-revision: 3 +x-revision: 4 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. Library hs-source-dirs: src build-depends: base >= 4.5 && < 4.19, - containers >= 0.4 && < 0.7, + containers >= 0.4 && < 0.8, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.5
revision 5
Name: vault Version: 0.3.1.5 -x-revision: 4 +x-revision: 5 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. Library hs-source-dirs: src - build-depends: base >= 4.5 && < 4.19, + build-depends: base >= 4.5 && < 4.20, containers >= 0.4 && < 0.8, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.5
revision 6
Name: vault Version: 0.3.1.5 -x-revision: 5 +x-revision: 6 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. ,GHC == 8.2.2 ,GHC == 8.4.4 ,GHC == 8.6.5 - ,GHC == 8.8.3 - ,GHC == 8.10.1 + ,GHC == 8.8.4 + ,GHC == 8.10.7 + ,GHC == 9.0.2 + ,GHC == 9.2.8 + ,GHC == 9.4.8 + ,GHC == 9.6.4 + ,GHC == 9.8.1 extra-source-files: CHANGELOG.md source-repository head type: git - location: git://github.com/HeinrichApfelmus/vault.git + location: https://github.com/HeinrichApfelmus/vault.git flag UseGHC description: Use GHC-specific packages and extensions. Data.Unique.Really if impl(ghc) && flag(UseGHC) - CPP-options: -DUseGHC + CPP-options: -DUseGHC
revision 7
Name: vault Version: 0.3.1.5 -x-revision: 6 +x-revision: 7 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. ,GHC == 9.0.2 ,GHC == 9.2.8 ,GHC == 9.4.8 - ,GHC == 9.6.4 - ,GHC == 9.8.1 + ,GHC == 9.6.5 + ,GHC == 9.8.2 + ,GHC == 9.10.1 extra-source-files: CHANGELOG.md Library hs-source-dirs: src - build-depends: base >= 4.5 && < 4.20, + build-depends: base >= 4.5 && < 4.21, containers >= 0.4 && < 0.8, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.5 Data.Unique.Really if impl(ghc) && flag(UseGHC) - CPP-options: -DUseGHC+ CPP-options: -DUseGHC
revision 8
Name: vault Version: 0.3.1.5 -x-revision: 7 +x-revision: 8 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. build-type: Simple cabal-version: >= 1.10 -Tested-With: GHC == 7.6.3 - ,GHC == 7.8.4 - ,GHC == 7.10.3 - ,GHC == 8.0.2 +Tested-With: GHC == 8.0.2 ,GHC == 8.2.2 ,GHC == 8.4.4 ,GHC == 8.6.5 ,GHC == 9.0.2 ,GHC == 9.2.8 ,GHC == 9.4.8 - ,GHC == 9.6.5 + ,GHC == 9.6.6 ,GHC == 9.8.2 ,GHC == 9.10.1 build-depends: base >= 4.5 && < 4.21, containers >= 0.4 && < 0.8, unordered-containers >= 0.2.3.0 && < 0.3, - hashable >= 1.1.2.5 && < 1.5 + hashable >= 1.1.2.5 && < 1.6 if impl(ghc < 8.0) build-depends: semigroups >= 0.1 && < 1.0
revision 9
-Name: vault -Version: 0.3.1.5 -x-revision: 8 -Synopsis: a persistent store for values of arbitrary types -Description: +cabal-version: >= 1.10 +name: vault +version: 0.3.1.5 +x-revision: 9 +synopsis: a persistent store for values of arbitrary types +description: A /vault/ is a persistent store for values of arbitrary types. It's like having first-class access to the storage space behind IORefs. . . Also provided is a /locker/ type, representing a store for a single element. -Category: Data -License: BSD3 -License-file: LICENSE -Author: Heinrich Apfelmus, Elliott Hird -Maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de> -Homepage: https://github.com/HeinrichApfelmus/vault -Copyright: (c) Heinrich Apfelmus 2011-2013 +category: Data +license: BSD3 +license-file: LICENSE +author: Heinrich Apfelmus, Elliott Hird +maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de> +homepage: https://github.com/HeinrichApfelmus/vault +copyright: (c) Heinrich Apfelmus 2011-2013 + build-type: Simple -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.4 - ,GHC == 8.10.7 - ,GHC == 9.0.2 - ,GHC == 9.2.8 - ,GHC == 9.4.8 - ,GHC == 9.6.6 - ,GHC == 9.8.2 - ,GHC == 9.10.1 +tested-with: + GHC == 8.0.2 + , GHC == 8.2.2 + , GHC == 8.4.4 + , GHC == 8.6.5 + , GHC == 8.8.4 + , GHC == 8.10.7 + , GHC == 9.0.2 + , GHC == 9.2.8 + , GHC == 9.4.8 + , GHC == 9.6.6 + , GHC == 9.8.4 + , GHC == 9.10.1 + , GHC == 9.12.1 + extra-source-files: CHANGELOG.md README.md description: Use GHC-specific packages and extensions. default: True -Library +library hs-source-dirs: src - build-depends: base >= 4.5 && < 4.21, - containers >= 0.4 && < 0.8, - unordered-containers >= 0.2.3.0 && < 0.3, - hashable >= 1.1.2.5 && < 1.6 + build-depends: + base >= 4.5 && < 4.22 + , containers >= 0.4 && < 0.8 + , unordered-containers >= 0.2.3.0 && < 0.3 + , hashable >= 1.1.2.5 && < 1.6 if impl(ghc < 8.0) build-depends: semigroups >= 0.1 && < 1.0 ghc-options: -Wall -fno-warn-missing-signatures exposed-modules: - Data.Vault.Lazy, - Data.Vault.Strict, - Data.Vault.ST.Lazy, - Data.Vault.ST.Strict, - Data.Unique.Really + Data.Vault.Lazy + Data.Vault.Strict + Data.Vault.ST.Lazy + Data.Vault.ST.Strict + Data.Unique.Really if impl(ghc) && flag(UseGHC) CPP-options: -DUseGHC
revision 10
cabal-version: >= 1.10 name: vault version: 0.3.1.5 -x-revision: 9 +x-revision: 10 synopsis: a persistent store for values of arbitrary types description: A /vault/ is a persistent store for values of arbitrary types. hs-source-dirs: src build-depends: base >= 4.5 && < 4.22 - , containers >= 0.4 && < 0.8 + , containers >= 0.4 && < 0.9 , unordered-containers >= 0.2.3.0 && < 0.3 , hashable >= 1.1.2.5 && < 1.6