summaryrefslogtreecommitdiff
path: root/upgrade.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-08-13Remove scriptsJoachim Breitner1-73/+0
and refer to pkg-haskell-tools in the README.
2015-08-12upgrade.sh: More reliable detection of DEB_ENABLE_TESTS = yesJoachim Breitner1-1/+1
2015-08-12upgrade.sh: Refuse to upgrade to the same versionJoachim Breitner1-1/+7
2015-08-12First stabs at an automatic upgrade scriptJoachim Breitner1-0/+67
which gets the version from the package-plan, calls cabal-update --upgrade (which is not yet released) and does a few other useful things. If you want to try, put cabal-debian built from git@github.com:nomeata/cabal-debian.git into your path.