packages feed

cabal-toolkit-0.0.6: cabal-toolkit.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: be37100e6056d538252283dbc42b9c84b77966bc48f0fa7f87c0295a91b2b3a9

name:           cabal-toolkit
version:        0.0.6
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
extra-source-files:
    LICENSE
    README.md
    CHANGELOG.md

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

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