--- vault-0.3.1.5/vault.cabal 2001-09-09 03:46:40.000000000 +0200 +++ vault-0.3.1.5.new/vault.cabal 2024-12-27 13:09:54.619109575 +0100 @@ -1,3 +1,4 @@ +cabal-version: 3.4 Name: vault Version: 0.3.1.5 Synopsis: a persistent store for values of arbitrary types @@ -12,7 +13,7 @@ Also provided is a /locker/ type, representing a store for a single element. Category: Data -License: BSD3 +License: BSD-3-Clause License-file: LICENSE Author: Heinrich Apfelmus, Elliott Hird Maintainer: Heinrich Apfelmus @@ -20,7 +21,6 @@ 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 @@ -28,8 +28,14 @@ ,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.5 + ,GHC == 9.8.1 + ,GHC == 9.10.1 extra-source-files: CHANGELOG.md @@ -40,7 +46,7 @@ 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. @@ -48,10 +54,10 @@ Library hs-source-dirs: src - build-depends: base >= 4.5 && < 4.16, - containers >= 0.4 && < 0.7, + 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.4 + hashable >= 1.1.2.5 && < 1.6 if impl(ghc < 8.0) build-depends: semigroups >= 0.1 && < 1.0