From 9dba11c83c67375a6907551a95397298bacc1851 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 3 Aug 2014 19:43:40 +0300 Subject: [PATCH] Relax unix-compat --- yesod-platform/to-cabal.hs | 2 +- yesod-platform/yesod-platform.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yesod-platform/to-cabal.hs b/yesod-platform/to-cabal.hs index b4c2e300..f99a3c95 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", "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 diff --git a/yesod-platform/yesod-platform.cabal b/yesod-platform/yesod-platform.cabal index 6ae5d07d..98d93681 100644 --- a/yesod-platform/yesod-platform.cabal +++ b/yesod-platform/yesod-platform.cabal @@ -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 @@ -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