Do not include vault in yesod-platform
This commit is contained in:
parent
43e806ef4e
commit
23b4564424
@ -3,7 +3,7 @@ import Control.Applicative ((<$>))
|
|||||||
|
|
||||||
main = do
|
main = do
|
||||||
pkgs <- map (intercalate " == ")
|
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
|
. map words
|
||||||
. filter (not . null)
|
. filter (not . null)
|
||||||
. lines
|
. lines
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-platform
|
name: yesod-platform
|
||||||
version: 1.2.4.1
|
version: 1.2.4.2
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -118,7 +118,6 @@ library
|
|||||||
, unordered-containers == 0.2.3.2
|
, unordered-containers == 0.2.3.2
|
||||||
, utf8-light == 0.4.0.1
|
, utf8-light == 0.4.0.1
|
||||||
, utf8-string == 0.3.7
|
, utf8-string == 0.3.7
|
||||||
, vault == 0.3.0.0
|
|
||||||
, vector == 0.10.0.1
|
, vector == 0.10.0.1
|
||||||
, void == 0.6.1
|
, void == 0.6.1
|
||||||
, wai == 1.4.0.2
|
, wai == 1.4.0.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user