finally got a clean build all the way through of all haskell libs
This commit is contained in:
parent
2456b52d4d
commit
d5cd86b977
5 changed files with 97 additions and 75 deletions
|
@ -36,57 +36,64 @@ patched () {
|
|||
cd ..
|
||||
}
|
||||
|
||||
cabal install bytestring-0.10.3.0 text-0.11.2.3 parsec-3.1.3
|
||||
unpatched () {
|
||||
echo "cabal install $@"
|
||||
cabal install "$@"
|
||||
}
|
||||
|
||||
unpatched bytestring-0.10.3.0 text-0.11.2.3 parsec-3.1.3
|
||||
patched network 2.4.1.0
|
||||
cabal install cereal-0.3.5.2
|
||||
unpatched cereal-0.3.5.2
|
||||
patched socks 0.4.2
|
||||
cabal install hslogger-1.2.1
|
||||
unpatched hslogger-1.2.1
|
||||
patched MissingH 1.2.0.0
|
||||
patched unix-time 0.1.4
|
||||
patched async 2.0.1.4
|
||||
patched zlib 0.5.4.00
|
||||
patched zlib 0.5.4.0
|
||||
patched primitive 0.5.0.1
|
||||
patched vector 0.10.0.1
|
||||
patched distributive 0.3
|
||||
cabal install hashable-1.1.2.5
|
||||
unpatched hashable-1.1.2.5
|
||||
patched case-insensitive 0.4.0.1
|
||||
cabal install nats-0.1 semigroups-0.9 tagged-0.4.4 comonad-3.0.1.1 comonad-transformers-3.0.1
|
||||
unpatched nats-0.1 semigroups-0.9 tagged-0.4.4 comonad-3.0.1.1 comonad-transformers-3.0.1
|
||||
patched profunctors 3.3
|
||||
patched split 0.2.1.2patched split 0.2.1.2
|
||||
cabal install monads-tf-0.1.0.1
|
||||
patched split 0.2.1.2
|
||||
unpatched monads-tf-0.1.0.1
|
||||
patched gnutls 0.1.4
|
||||
cabal install attoparsec-0.10.4.0 blaze-builder-0.3.1.1
|
||||
unpatched attoparsec-0.10.4.0 blaze-builder-0.3.1.1
|
||||
patched syb 0.3.7
|
||||
patched aeson 0.6.1.0
|
||||
patched lifted-base 0.2.0.2
|
||||
patched resourcet 0.4.4
|
||||
patched monad-control 0.3.1.4
|
||||
cabal install conduit-0.5.6
|
||||
unpatched conduit-0.5.6
|
||||
patched monad-logger 0.2.3.2
|
||||
cabal install reflection-1.1.7 bifunctors-3.2 semigroupoids-3.0.2
|
||||
cabal install bifunctors-3.2 comonads-fd-3.0.1 groupoids-3.0.1.1
|
||||
cabal install profunctor-extras-3.3
|
||||
unpatched reflection-1.1.7 bifunctors-3.2 semigroupoids-3.0.2
|
||||
unpatched bifunctors-3.2 comonads-fd-3.0.1 groupoids-3.0.1.1
|
||||
unpatched profunctor-extras-3.3
|
||||
patched lens 3.8.5
|
||||
cabal install xml-types-0.3.3
|
||||
unpatched xml-types-0.3.3
|
||||
patched libxml-sax 0.7.3
|
||||
patched network-conduit 0.6.2.2
|
||||
cabal install asn1-data-0.7.1 asn1-types-0.1.3 attoparsec-conduit-0.5.0.3
|
||||
cabal install blaze-builder-conduit-0.5.0.3 blaze-markup-0.5.1.5 blaze-html-0.5.1.3
|
||||
unpatched asn1-data-0.7.1 asn1-types-0.1.3 attoparsec-conduit-0.5.0.3
|
||||
unpatched blaze-builder-conduit-0.5.0.3 blaze-markup-0.5.1.5 blaze-html-0.5.1.3
|
||||
patched cipher-aes 0.1.7
|
||||
cabal install cprng-aes-0.3.4
|
||||
cabal install http-types-0.8.0 mime-types-0.1.0.3
|
||||
cabal install certificate-1.3.7 system-fileio-0.3.11 tls-1.1.2
|
||||
cabal install utf8-string-0.3.7 publicsuffixlist-0.1 xml-conduit-1.0.3.3
|
||||
cabal install zlib-bindings-0.1.1.3 zlib-conduit-0.5.0.3
|
||||
patched process 1.1.0.2
|
||||
unpatched crypto-api-0.10.2
|
||||
unpatched cprng-aes-0.3.4
|
||||
unpatched http-types-0.8.0 mime-types-0.1.0.3
|
||||
unpatched certificate-1.3.7 system-fileio-0.3.11 tls-1.1.2
|
||||
unpatched utf8-string-0.3.7
|
||||
unpatched publicsuffixlist-0.1
|
||||
unpatched xml-conduit-1.0.3.3
|
||||
unpatched zlib-bindings-0.1.1.3 zlib-conduit-0.5.0.3
|
||||
patched shakespeare 1.0.3
|
||||
patched hamlet 1.1.6.1
|
||||
patched xml-hamlet 0.4.0.3
|
||||
cabal install certificate-1.3.7 http-conduit-1.8.7.1
|
||||
cabal install dataenc-0.12 hxt-charproperties-9.1.1 \
|
||||
unpatched certificate-1.3.7
|
||||
unpatched dataenc-0.12 hxt-charproperties-9.1.1 \
|
||||
hxt-regex-xmlschema-9.1.0 hxt-unicode-9.0.2 hxt-9.3.1.1
|
||||
cabal install -f-templateHaskell QuickCheck-2.5.1.1a
|
||||
cabal install Crypto-4.2.5.1
|
||||
unpatched -f-templateHaskell QuickCheck-2.5.1.1
|
||||
unpatched Crypto-4.2.5.1
|
||||
patched HTTP 4000.2.8
|
||||
patched hS3 0.5.7
|
||||
patched file-embed 0.0.4.7
|
||||
|
@ -98,18 +105,18 @@ patched shakespeare-css 1.0.2
|
|||
patched shakespeare-i18n 1.0.0.2
|
||||
patched shakespeare-js 1.1.2
|
||||
patched persistent 1.1.5.1
|
||||
cabal install largeword-1.0.4 crypto-api-0.10.2 http-date-0.0.4 \
|
||||
unpatched largeword-1.0.4 crypto-api-0.10.2 http-date-0.0.4 \
|
||||
cryptohash-0.8.3 vault-0.2.0.4 unix-compat-0.4.1.1 \
|
||||
crypto-conduit-0.4.3 wai-1.3.0.3
|
||||
patched wai-app-static 1.3.1
|
||||
cabal install byteorder-1.0.4 stringsearch-0.3.6.4 wai-logger-0.3.0
|
||||
patched wai-extra 1.3.2.1
|
||||
patched yesod-routes 1.1.2
|
||||
unpatched http-conduit-1.8.7.1
|
||||
patched DAV 0.3
|
||||
patched yesod-core 1.1.8
|
||||
patched yesod-persistent 1.1.0.1
|
||||
patched yesod-form 1.2.1.1
|
||||
cabal install warp-1.3.7.2 yaml-0.8.2
|
||||
unpatched warp-1.3.7.2 yaml-0.8.2
|
||||
patched yesod-default 1.1.3.2
|
||||
patched yesod 1.1.8
|
||||
patched yesod-static 1.1.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue