mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-05-06 23:05:48 +02: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
|