From bb7881f0b3cc79c41c476ac703f22cda8d7d2365 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Wed, 1 Jul 2020 21:25:51 -0400 Subject: [PATCH] tag specs are still problemati --- docs/build.md | 2 +- semantic-codeql/test/PreciseTest.hs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 36ca10f7e2..87a0d95309 100644 --- a/docs/build.md +++ b/docs/build.md @@ -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` | |------------------------------|-------------------------------------|-----------------------------------------------------| diff --git a/semantic-codeql/test/PreciseTest.hs b/semantic-codeql/test/PreciseTest.hs index 850be21210..39c176db5c 100644 --- a/semantic-codeql/test/PreciseTest.hs +++ b/semantic-codeql/test/PreciseTest.hs @@ -1,4 +1,5 @@ {-# LANGUAGE CPP, DisambiguateRecordFields, OverloadedStrings, TypeApplications, ImplicitParams #-} +{-# OPTIONS_GHC -Wno-unused-imports #-} module Main (main) where import AST.TestHelpers