More haskell-platform workarounds

This commit is contained in:
Michael Snoyman 2014-08-01 15:44:41 +03:00
parent e6492ca507
commit c0ebb1624e
2 changed files with 6 additions and 10 deletions

View File

@ -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"])
. 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"])
. map words
. filter (not . null)
. lines

View File

@ -1,5 +1,5 @@
name: yesod-platform
version: 1.2.12.2
version: 1.2.12.3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -15,14 +15,13 @@ homepage: http://www.yesodweb.com/
library
build-depends: base >= 4 && < 5
, SHA == 1.6.4
, aeson == 0.7.0.6
-- , aeson == 0.7.0.6
, ansi-terminal == 0.6.1.1
, ansi-wl-pprint == 0.6.7.1
, asn1-encoding == 0.8.1.3
, asn1-parse == 0.8.1
, asn1-types == 0.2.3
, async == 2.0.1.5
, attoparsec == 0.12.0.0
--, attoparsec == 0.12.0.0
, attoparsec-conduit == 1.1.0
, authenticate == 1.3.2.8
, base16-bytestring == 0.1.1.6
@ -33,7 +32,7 @@ library
, blaze-markup == 0.6.1.0
, byteable == 0.1.1
, byteorder == 1.0.4
, case-insensitive == 1.2.0.0
-- , case-insensitive == 1.2.0.0
, cereal == 0.4.0.1
, cipher-aes == 0.2.7
, cipher-des == 0.0.6
@ -92,14 +91,13 @@ library
, pem == 0.2.2
, persistent == 1.3.1.1
, persistent-template == 1.3.1.4
, primitive == 0.5.3.0
, publicsuffixlist == 0.1
, pwstore-fast == 2.4.1
, quickcheck-io == 0.1.1
, resource-pool == 0.2.3.0
, resourcet == 1.1.2.2
, safe == 0.3.4
, scientific == 0.3.2.1
-- , scientific == 0.3.2.1
, securemem == 0.1.3
, semigroups == 0.15
, setenv == 0.1.1.1
@ -125,9 +123,7 @@ library
, transformers-base == 0.4.2
-- , transformers-compat == 0.3.3.4
, unix-compat == 0.4.1.3
, unordered-containers == 0.2.4.0
, utf8-string == 0.3.8
, vector == 0.10.11.0
, void == 0.6.1
, wai == 3.0.0
, wai-app-static == 3.0.0