packages feed

cabal-toolkit-0.0.3: cabal-toolkit.cabal

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

name:           cabal-toolkit
version:        0.0.3
synopsis:       Helper functions for writing custom Setup.hs scripts.
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:
      base >= 4.10 && < 5
    , binary
    , bytestring
    , containers
    , Cabal >= 2.0 && < 2.2
    , ghc
    , template-haskell
  exposed-modules:
      Distribution.Simple.Toolkit
  default-language: Haskell2010