about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tools/runfiles/bazel-runfiles.cabal
blob: edfc7b6e00b9e0cfc412c7005c82422b29f5f75a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: bd1c2ce5b0ffa0157650e1c2409d31b818889736ef09aaf51de71e54d9a7d3fc

name:           bazel-runfiles
version:        0.7.0.1
synopsis:       Locate Bazel runfiles location
description:    Please see the README on GitHub at <https://github.com/tweag/rules_haskell/blob/master/tools/runfiles/README.md>
category:       Build Tool
homepage:       https://github.com/tweag/rules_haskell#readme
bug-reports:    https://github.com/tweag/rules_haskell/issues
author:         Tweag I/O Limited
maintainer:     m@tweag.io
copyright:      2018 Tweag I/O Limited
license:        Apache-2.0
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    LICENSE
    README.md

source-repository head
  type: git
  location: https://github.com/tweag/rules_haskell

library
  exposed-modules:
      Bazel.Runfiles
  other-modules:
      Paths_bazel_runfiles
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , directory
    , filepath
  default-language: Haskell2010

executable bazel-runfiles-exe
  main-is: Bin.hs
  other-modules:
      Paths_bazel_runfiles
  hs-source-dirs:
      bin
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base
    , bazel-runfiles
    , filepath
  default-language: Haskell2010