packages feed

express-0.1.0: bench/versions

#!/bin/bash
get-ghc-v() {
    ghc --version | sed -e "s/.* version/GHC/"
}
get-ghc-v