diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-15T15·11+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-15T15·11+0100 |
commit | 128875b501bc2989617ae553317b80faa556d752 (patch) | |
tree | 9b32d12123801179ebe900980556486ad4803482 /third_party/bazel/rules_haskell/tools/runfiles/package.yaml | |
parent | a20daf87265a62b494d67f86d4a5199f14394973 (diff) |
chore: Remove remaining Bazel-related files r/31
Diffstat (limited to 'third_party/bazel/rules_haskell/tools/runfiles/package.yaml')
-rw-r--r-- | third_party/bazel/rules_haskell/tools/runfiles/package.yaml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/third_party/bazel/rules_haskell/tools/runfiles/package.yaml b/third_party/bazel/rules_haskell/tools/runfiles/package.yaml deleted file mode 100644 index fb6d3081a6b4..000000000000 --- a/third_party/bazel/rules_haskell/tools/runfiles/package.yaml +++ /dev/null @@ -1,43 +0,0 @@ -name: bazel-runfiles -version: 0.7.0.1 -github: "tweag/rules_haskell" -license: Apache-2.0 -author: "Tweag I/O Limited" -maintainer: "m@tweag.io" -copyright: "2018 Tweag I/O Limited" - -extra-source-files: -- README.md -- LICENSE - -synopsis: Locate Bazel runfiles location -category: Build Tool - -# To avoid duplicated efforts in documentation and dealing with the -# complications of embedding Haddock markup inside cabal files, it is -# common to point users to the README.md file. -description: Please see the README on GitHub at <https://github.com/tweag/rules_haskell/blob/master/tools/runfiles/README.md> - -dependencies: -- base >= 4.7 && < 5 - -library: - source-dirs: src - dependencies: - - directory - - filepath - exposed-modules: - - Bazel.Runfiles - -executables: - bazel-runfiles-exe: - main: Bin.hs - source-dirs: bin - ghc-options: - - -threaded - - -rtsopts - - -with-rtsopts=-N - dependencies: - - base - - bazel-runfiles - - filepath |