Skip to content

Commit

Permalink
Merge pull request #41 from tchoutri/support-ghc-9.10
Browse files Browse the repository at this point in the history
Support GHC 9.10.1
  • Loading branch information
HeinrichApfelmus authored May 27, 2024
2 parents 0b4f04a + 3da5979 commit f22ce53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vault.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 3.4
Name: vault
Version: 0.3.1.5
Synopsis: a persistent store for values of arbitrary types
Expand All @@ -12,15 +13,14 @@ Description:
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 <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
Expand All @@ -33,8 +33,9 @@ Tested-With: GHC == 7.6.3
,GHC == 9.0.2
,GHC == 9.2.8
,GHC == 9.4.8
,GHC == 9.6.4
,GHC == 9.6.5
,GHC == 9.8.1
,GHC == 9.10.1

extra-source-files:
CHANGELOG.md
Expand Down

0 comments on commit f22ce53

Please sign in to comment.