7861fb6
#!/bin/sh
7861fb6
7861fb6
if [ ! -d libraries ]; then
7861fb6
    echo Is CWD a ghc source tree?
7861fb6
    exit 1
7861fb6
fi
7861fb6
7861fb6
cd libraries
7861fb6
7861fb6
grep -i ^version: Cabal/Cabal/Cabal.cabal */*.cabal | grep -v -e "\(Win32\|gmp.old\|gmp2\|integer-simple\)" | sed -e "s!/.*: \+!-!"