cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 3ce5377f253a3b987ca094ca65cbbccb689d28f4b169f00581a840726c0c083b
name: cabal-build-programs
version: 0.1.0.1
synopsis: Adds executable dependencies to the Cabal build
description: Please see the README on GitHub at <https://github.com/deech/cabal-build-programs#readme>
category: Distribution
homepage: https://github.com/deech/cabal-build-programs#readme
bug-reports: https://github.com/deech/cabal-build-programs/issues
author: Aditya Siram
maintainer: aditya.siram@gmail.com
copyright: Aditya Siram, 2019
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.org
source-repository head
type: git
location: https://github.com/deech/cabal-build-programs
library
exposed-modules:
Distribution.Simple.BuildPrograms
other-modules:
Paths_cabal_build_programs
hs-source-dirs:
src
build-depends:
Cabal >=2.2.0.0 && <4
, base >=4.7 && <5
default-language: Haskell2010