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:
parent
13b3934bd8
commit
bb7881f0b3
@ -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` |
|
||||
|------------------------------|-------------------------------------|-----------------------------------------------------|
|
||||
|
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE CPP, DisambiguateRecordFields, OverloadedStrings, TypeApplications, ImplicitParams #-}
|
||||
{-# OPTIONS_GHC -Wno-unused-imports #-}
|
||||
module Main (main) where
|
||||
|
||||
import AST.TestHelpers
|
||||
|
Loading…
Reference in New Issue
Block a user