packages feed

cabal-build-programs-0.1.0.0: cabal-build-programs.cabal

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: fc55553ca764af941d36f1d2ab303878f4af5e82f36b24cf7d98008ec0dbbc4e

name:           cabal-build-programs
version:        0.1.0.0
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