packages feed

th-env-0.1.0.2: th-env.cabal

cabal-version: 1.12

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

name:           th-env
version:        0.1.0.2
synopsis:       Template Haskell splice that expands to an environment variable
description:    TH splice that expands to an environment variable value. Can be used to embed build-time parameters in your application.
category:       Template Haskell
homepage:       https://github.com/dzhus/th-env#readme
bug-reports:    https://github.com/dzhus/th-env/issues
author:         Dmitry Dzhus
maintainer:     dima@dzhus.org
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: https://github.com/dzhus/th-env

library
  exposed-modules:
      Language.Haskell.TH.Env
  other-modules:
      Paths_th_env
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat
  build-depends:
      base <5
    , template-haskell
  default-language: Haskell2010

test-suite readme
  type: exitcode-stdio-1.0
  main-is: README.lhs
  other-modules:
      Paths_th_env
  ghc-options: -Wall -Wcompat -pgmL markdown-unlit
  build-depends:
      base <5
    , markdown-unlit
    , th-env
  default-language: Haskell2010