mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +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
|