mirror of
https://github.com/github/semantic.git
synced 2024-12-13 03:15:45 +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.
|
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` |
|
| Operation | `cabal` | `bazel` |
|
||||||
|------------------------------|-------------------------------------|-----------------------------------------------------|
|
|------------------------------|-------------------------------------|-----------------------------------------------------|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{-# LANGUAGE CPP, DisambiguateRecordFields, OverloadedStrings, TypeApplications, ImplicitParams #-}
|
{-# LANGUAGE CPP, DisambiguateRecordFields, OverloadedStrings, TypeApplications, ImplicitParams #-}
|
||||||
|
{-# OPTIONS_GHC -Wno-unused-imports #-}
|
||||||
module Main (main) where
|
module Main (main) where
|
||||||
|
|
||||||
import AST.TestHelpers
|
import AST.TestHelpers
|
||||||
|
Loading…
Reference in New Issue
Block a user