From 23b45644242fc67f59fae023b468de93b0bba9b7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 9 Sep 2013 08:30:56 +0200 Subject: [PATCH] Do not include vault in yesod-platform --- yesod-platform/to-cabal.hs | 2 +- yesod-platform/yesod-platform.cabal | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/yesod-platform/to-cabal.hs b/yesod-platform/to-cabal.hs index c910e309..dcbaed6f 100644 --- a/yesod-platform/to-cabal.hs +++ b/yesod-platform/to-cabal.hs @@ -3,7 +3,7 @@ import Control.Applicative ((<$>)) main = do pkgs <- map (intercalate " == ") - . filter (\xs -> not $ any (`isPrefixOf` xs) $ map return ["parsec", "text", "transformers", "mtl", "HUnit", "QuickCheck", "binary", "zlib", "stm", "regex-compat", "hashable"]) + . filter (\xs -> not $ any (`isPrefixOf` xs) $ map return ["parsec", "text", "transformers", "mtl", "HUnit", "QuickCheck", "binary", "zlib", "stm", "regex-compat", "hashable", "vault"]) . map words . filter (not . null) . lines diff --git a/yesod-platform/yesod-platform.cabal b/yesod-platform/yesod-platform.cabal index 6bdf1ad7..28c70df1 100644 --- a/yesod-platform/yesod-platform.cabal +++ b/yesod-platform/yesod-platform.cabal @@ -1,5 +1,5 @@ name: yesod-platform -version: 1.2.4.1 +version: 1.2.4.2 license: MIT license-file: LICENSE author: Michael Snoyman @@ -118,7 +118,6 @@ library , unordered-containers == 0.2.3.2 , utf8-light == 0.4.0.1 , utf8-string == 0.3.7 - , vault == 0.3.0.0 , vector == 0.10.0.1 , void == 0.6.1 , wai == 1.4.0.2