From f723b8b878a3c4a4687b9e337a875500bebb39b1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 4 Jul 2019 11:18:12 +0100 Subject: feat(third_party/bazel): Check in rules_haskell from Tweag --- .../rules_haskell/tools/runfiles/package.yaml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 third_party/bazel/rules_haskell/tools/runfiles/package.yaml (limited to 'third_party/bazel/rules_haskell/tools/runfiles/package.yaml') diff --git a/third_party/bazel/rules_haskell/tools/runfiles/package.yaml b/third_party/bazel/rules_haskell/tools/runfiles/package.yaml new file mode 100644 index 000000000000..fb6d3081a6b4 --- /dev/null +++ b/third_party/bazel/rules_haskell/tools/runfiles/package.yaml @@ -0,0 +1,43 @@ +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 + +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 -- cgit 1.4.1