archhaskell / habs

Arch Haskell ABS tree
http://github.com/archhaskell/habs
80 stars 28 forks source link

Add tls and dependencies #147

Closed purefn closed 10 years ago

purefn commented 10 years ago

I'd like to get the AUR package manager, aura, into [haskell-core] if possible. tls is something that will be needed for that.

asn1-encoding - https://www.dropbox.com/sh/7dkiktec4zepnzu/xyxfhbFw9g/haskell-asn1-encoding ans1-parse - https://www.dropbox.com/sh/7dkiktec4zepnzu/pCjuIaRRd3/haskell-asn1-parse ans1-types - https://www.dropbox.com/sh/7dkiktec4zepnzu/h9irgDaPkV/haskell-asn1-types cipher-aes - https://www.dropbox.com/sh/7dkiktec4zepnzu/wLtSe3rvs_/haskell-cipher-aes cipher-rc4 - https://www.dropbox.com/sh/7dkiktec4zepnzu/39sYytZNXi/haskell-cipher-rc4 crypto-cipher-types - https://www.dropbox.com/sh/7dkiktec4zepnzu/0H0zBLcleo/haskell-crypto-cipher-types crypto-numbers - https://www.dropbox.com/sh/7dkiktec4zepnzu/FE6OJzztks/haskell-crypto-numbers crypto-pubkey - https://www.dropbox.com/sh/7dkiktec4zepnzu/mEYOHe96m3/haskell-crypto-pubkey crypto-pubkey-types - https://www.dropbox.com/sh/7dkiktec4zepnzu/QLrReS1lSg/haskell-crypto-pubkey-types crypto-random - https://www.dropbox.com/sh/7dkiktec4zepnzu/APznDyUS5p/haskell-crypto-random pem - https://www.dropbox.com/sh/7dkiktec4zepnzu/EM3EW8vCHd/haskell-pem securemem - https://www.dropbox.com/sh/7dkiktec4zepnzu/9a0bZ8pFdN/haskell-securemem tls - https://www.dropbox.com/sh/7dkiktec4zepnzu/e-DctTwivM/haskell-tls x509 - https://www.dropbox.com/sh/7dkiktec4zepnzu/3eLKHNCtUy/haskell-x509 x509-store - https://www.dropbox.com/sh/7dkiktec4zepnzu/mHorMtAIEF/haskell-x509-store x509-validation - https://www.dropbox.com/sh/7dkiktec4zepnzu/F5FbE6gc4u/haskell-x509-validation

magthe commented 10 years ago

I'd rather see a single change containing both tls and its dependencies, so I made the change myself in the end rather than folding yours into a single one.

purefn commented 10 years ago

Ok, I wasn't sure if you prefer it all in one commit, many commits and one PR, or many PRs. In the end I went for the middle ground. I'll keep that in mind in the future.

magthe commented 10 years ago

It ought to seriously simplify your workflow too, just pass all packages to cblrepo in one go and let it work out the dependency ordering :)