refresh android and no-th haskell patches to latest package versions from cabal
Added a cabal.config file; the result of running cabal freeze. It's not used yet (needs a newer cabal than is in debian stable), but the plan is that once the autbuilders are swiched to jessie, this can be used to make cabal install the same versions of packages that this patch got building, and so avoid breaking every time eg, yesod is upgraded. This commit was sponsored by Daniel Atlas.
This commit is contained in:
parent
c27f11a2c4
commit
375158f6b5
14 changed files with 439 additions and 187 deletions
|
@ -83,7 +83,6 @@ install_pkgs () {
|
|||
rm -rf tmp
|
||||
mkdir tmp
|
||||
cd tmp
|
||||
|
||||
patched network
|
||||
patched unix-time
|
||||
patched lifted-base
|
||||
|
@ -105,6 +104,7 @@ install_pkgs () {
|
|||
patched x509-system
|
||||
patched persistent-template
|
||||
patched system-filepath
|
||||
patched optparse-applicative
|
||||
patched wai-app-static
|
||||
patched shakespeare
|
||||
patched shakespeare-css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue