1
1
mirror of https://github.com/github/semantic.git synced 2024-12-03 13:56:04 +03:00

tag specs are still problemati

This commit is contained in:
Patrick Thomson 2020-07-01 21:25:51 -04:00
parent 13b3934bd8
commit bb7881f0b3
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Assuming you're on macOS, run the script located at ~script/bootstrap-bazel~. Th
The first time you run `bazel build`, it'll take some time, as Bazel will compile all of Stackage. Fear not: you won't have to do this again.
## `cabal``stack` cheatsheet
## `cabal``bazel` cheatsheet
| Operation | `cabal` | `bazel` |
|------------------------------|-------------------------------------|-----------------------------------------------------|

View File

@ -1,4 +1,5 @@
{-# LANGUAGE CPP, DisambiguateRecordFields, OverloadedStrings, TypeApplications, ImplicitParams #-}
{-# OPTIONS_GHC -Wno-unused-imports #-}
module Main (main) where
import AST.TestHelpers