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