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