mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Convenience script for checking constraints locally
|
|
|
|
cd `dirname $0`
|
|
exec stack exec --resolver ghc-8.0.2 stackage-curator check
|