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