Skip to content

Commit

Permalink
chore: Make haskell code visible to ghci.
Browse files Browse the repository at this point in the history
Needed for vscode and haskell-language-server to work.
  • Loading branch information
iphydf committed Dec 22, 2023
1 parent 78ebbde commit 1a9235e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ haskell_library(
"src/GitHub/Types/Base/*.hs",
"src/GitHub/Types/Base*.hs",
]),
compiler_flags = ["-j4"],
ghcopts = ["-j4"],
src_strip_prefix = "src",
visibility = ["//visibility:public"],
deps = [
Expand All @@ -28,7 +28,7 @@ haskell_library(
"src/GitHub/Types/Events/*.hs",
"src/GitHub/Types/Event*.hs",
]),
compiler_flags = ["-j4"],
ghcopts = ["-j4"],
src_strip_prefix = "src",
visibility = ["//visibility:public"],
deps = [
Expand Down Expand Up @@ -91,7 +91,7 @@ hspec_test(
"+RTS",
"-N4",
],
compiler_flags = [
ghcopts = [
"-threaded",
"-rtsopts",
],
Expand Down

0 comments on commit 1a9235e

Please sign in to comment.