-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: 91eacc1d899b79bb01964d68a196a5c3942ac6546562fae40178cff3954d519c name: cabal-toolkit version: 0.0.5 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 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 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 && <2.2 , base >=4.9 && <5 , binary , bytestring , containers , ghc , template-haskell default-language: Haskell2010