Skip to content

Instantly share code, notes, and snippets.

@supki
Created September 17, 2014 06:55
Show Gist options
  • Save supki/5b9def20307cfbe99960 to your computer and use it in GitHub Desktop.
Save supki/5b9def20307cfbe99960 to your computer and use it in GitHub Desktop.
M
% dir=$(mktemp -d); ls .cabal-sandbox/x86_64-linux-ghc-7.8.3-packages.conf.d | grep -P '([\w-]+-[\d.]+)' -o | while read P; do T=$(grep -P '([\w-]+)(?=-[\d.]+)' -o <<< $P); wget --quiet https://hackage.haskell.org/package/$P/$T.cabal -P $dir; done; .cabal-sandbox/bin/outdated $dir/*.cabal; rm -rf $dir
Loading the index.....
‘/tmp/tmp.OAtczPmde5/blaze-builder.cabal’ has outdated dependencies against ‘linux;x86_64;ghc-7.8;’:
- library
the version range of ‘text’ (>=0.10 && <1.2) does not include the latest version 1.2.0.0
‘/tmp/tmp.OAtczPmde5/case-insensitive.cabal’ has outdated dependencies against ‘linux;x86_64;ghc-7.8;’:
- library
the version range of ‘text’ (>=0.3 && <1.2) does not include the latest version 1.2.0.0
- test-suite ‘test-case-insensitive’
the version range of ‘text’ (>=0.3 && <1.2) does not include the latest version 1.2.0.0
- benchmark ‘bench-case-insensitive’
the version range of ‘criterion’ (>=0.6.1 && <0.9) does not include the latest version 1.0.1.0
‘/tmp/tmp.OAtczPmde5/hashable.cabal’ has outdated dependencies against ‘linux;x86_64;ghc-7.8;’:
- test-suite ‘tests’
the version range of ‘random’ (==1.0.*) does not include the latest version 1.1
‘/tmp/tmp.OAtczPmde5/http-conduit.cabal’ has outdated dependencies against ‘linux;x86_64;ghc-7.8;’:
- library
the version range of ‘http-client’ (>=0.3.6 && <0.4) does not include the latest version 0.4.0
‘/tmp/tmp.OAtczPmde5/lifted-base.cabal’ has outdated dependencies against ‘linux;x86_64;ghc-7.8;’:
- benchmark ‘bench-lifted-base’
the version range of ‘criterion’ (>=0.5 && <0.9) does not include the latest version 1.0.1.0
‘/tmp/tmp.OAtczPmde5/parsec.cabal’ has outdated dependencies against ‘linux;x86_64;ghc-7.8;’:
- library
the version range of ‘text’ (>=0.2 && <1.2) does not include the latest version 1.2.0.0
‘/tmp/tmp.OAtczPmde5/random.cabal’ has outdated dependencies against ‘linux;x86_64;ghc-7.8;’:
- library
the version range of ‘base’ (>=5 && <5) does not include the latest version 4.7.0.1
‘/tmp/tmp.OAtczPmde5/scientific.cabal’ has outdated dependencies against ‘linux;x86_64;ghc-7.8;’:
- test-suite ‘test-scientific’
the version range of ‘tasty’ (>=0.5 && <0.9) does not include the latest version 0.10
the version range of ‘tasty-hunit’ (>=0.8 && <0.9) does not include the latest version 0.9
- benchmark ‘bench-scientific’
the version range of ‘criterion’ (>=0.5 && <0.12) does not include the latest version 1.0.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment