Relax unix-compat
This commit is contained in:
parent
0a619bf29a
commit
9dba11c83c
@ -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", "vault", "integer-gmp", "unordered-containers", "async", "aeson", "attoparsec", "scientific", "case-insensitive", "vector", "primitive"])
|
||||
. filter (\xs -> not $ any (`isPrefixOf` xs) $ map return ["parsec", "text", "transformers", "mtl", "HUnit", "QuickCheck", "binary", "zlib", "stm", "regex-compat", "hashable", "vault", "integer-gmp", "unordered-containers", "async", "aeson", "attoparsec", "scientific", "case-insensitive", "vector", "primitive", "unix-compat"])
|
||||
. map words
|
||||
. filter (not . null)
|
||||
. lines
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-platform
|
||||
version: 1.2.12.3
|
||||
version: 1.2.12.4
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -122,7 +122,7 @@ library
|
||||
, tls == 1.2.8
|
||||
, transformers-base == 0.4.2
|
||||
-- , transformers-compat == 0.3.3.4
|
||||
, unix-compat == 0.4.1.3
|
||||
-- , unix-compat == 0.4.1.3
|
||||
, utf8-string == 0.3.8
|
||||
, void == 0.6.1
|
||||
, wai == 3.0.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user