Allow vault 0.3

This commit is contained in:
Michael Snoyman 2013-09-01 18:54:07 +03:00
parent ad75ce82d7
commit 3697d1d5cc
2 changed files with 13 additions and 3 deletions

View File

@ -220,9 +220,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
-- unknown symbol `utf8_table4'
addRange "Michael Snoyman" "regex-pcre-builtin" "< 0.94.4.6.8.31"
-- Requires too new a base/containers
addRange "Michael Snoyman" "vault" "< 0.3"
where
add maintainer package = addRange maintainer package "-any"
addRange maintainer package range =

View File

@ -0,0 +1,13 @@
diff -ru orig/vault.cabal new/vault.cabal
--- orig/vault.cabal 2013-09-01 18:35:14.861603037 +0300
+++ new/vault.cabal 2013-09-01 18:35:14.000000000 +0300
@@ -36,7 +36,8 @@
Library
hs-source-dirs: src
- build-depends: base == 4.6.*, containers == 0.5.*,
+ build-depends: base >= 4.5 && < 4.7,
+ containers >= 0.4 && < 0.6,
unordered-containers >= 0.2.3.0 && < 0.3,
hashable >= 1.1.2.5 && < 1.3