packages feed

cabal-toolkit-0.0.4: cabal-toolkit.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: bbfe5abf3fb2315c5b297aa754349297649bad1bc491dd3fea8b8b0ee224a4a8

name:           cabal-toolkit
version:        0.0.4
synopsis:       Helper functions for writing custom Setup.hs scripts.
description:    Helper functions for writing custom Setup.hs scripts.
                .
                This is useful to access configuration parameters of a @Cabal@-based project
                at runtime, e.g. when you want to supply the right
                @GHC_PACKAGE_PATH@ to @ghc@ oder @ghci@.
category:       Distribution
stability:      alpha
homepage:       https://github.com/TerrorJack/cabal-toolkit#readme
bug-reports:    https://github.com/TerrorJack/cabal-toolkit/issues
maintainer:     Shao Cheng <astrohavoc@gmail.com>
copyright:      (c) 2017 Shao Cheng
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    LICENSE
    README.md

source-repository head
  type: git
  location: https://github.com/TerrorJack/cabal-toolkit

library
  hs-source-dirs:
      src
  other-extensions: TemplateHaskell
  ghc-options: -Wall
  build-depends:
      Cabal >=1.24 && <2.2
    , base >=4.9 && <5
    , binary
    , bytestring
    , containers
    , ghc
    , template-haskell
  exposed-modules:
      Distribution.Simple.Toolkit
  other-modules:
      Paths_cabal_toolkit
  default-language: Haskell2010