aboutsummaryrefslogtreecommitdiffstats
path: root/community/cabal
Commit message (Collapse)AuthorAgeFilesLines
* community/cabal: build without profiling enabledMitch Tishmack2017-06-021-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Saves on build time for things we won't ever use building profiled library support for libraries and the executable, also saves a skosh on size. Ref difference betwen r0->r1: $ apk info cabal cabal-1.24.0.2-r1 description: The Haskell Cabal cabal-1.24.0.2-r1 webpage: http://haskell.org cabal-1.24.0.2-r1 installed size: 18051072 cabal-1.24.0.2-r0 description: The Haskell Cabal cabal-1.24.0.2-r0 webpage: http://haskell.org cabal-1.24.0.2-r0 installed size: 18993152
* community/cabal: Update APKBUILD with more stable dependenciesMitch Tishmack2017-06-021-45/+56
| | | | | | | | | | | Instead of using the regular .cabal uri's, which can be changed to allow old packages to build against newer ghc's or to fix issues with old package authors not updating their .cabal files, use the specific revision of the cabal files we used for bootstrapping cabal itself. Also add -$pkgver-$pkgrel to .cabal files from hackage, in the prepare() function move them to package.cabal so that bootstrap.sh works.
* community/cabal: moved from testingMitch Tishmack2017-06-024-0/+164