diff options
| author | John J. Camilleri <john@johnjcamilleri.com> | 2021-07-06 14:31:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 14:31:29 +0200 |
| commit | e2e5033075e68d6bd6fae0fb907ed37f5f6cbd87 (patch) | |
| tree | e493ef52d20e948159736361257ca529c36149cd /src/runtime/haskell/stack-ghc7.10.3.yaml | |
| parent | 5e052ff4997a407f6e97fd7ce97aa3911cd78157 (diff) | |
| parent | 84b4b6fab93a2ef9367878a6055595f81552791d (diff) | |
Merge pull request #122 from 2jacobtan/master
specify version bounds in *.cabal files
Diffstat (limited to 'src/runtime/haskell/stack-ghc7.10.3.yaml')
| -rw-r--r-- | src/runtime/haskell/stack-ghc7.10.3.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/haskell/stack-ghc7.10.3.yaml b/src/runtime/haskell/stack-ghc7.10.3.yaml new file mode 100644 index 000000000..c916b4bb0 --- /dev/null +++ b/src/runtime/haskell/stack-ghc7.10.3.yaml @@ -0,0 +1,3 @@ +resolver: lts-6.35 # ghc 7.10.3 + +allow-newer: true |
