mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 15:58:32 +01:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Convenience script for checking constraints locally
|
|
|
|
exec stack exec --resolver ghc-7.10.3 stackage-curator check
|