packages feed

cabal-auto-expose-0.1.0.0: cabal-auto-expose.cabal

cabal-version: 1.12
name: cabal-auto-expose
version: 0.1.0.0
synopsis: Build time library that autodetects exposed modules
description: Build time library used with a custom Setup.hs that autodetects exposed modules in the source directories of each build artifact.
category: distribution,bundle,modules,library
homepage: https://github.com/deech/cabal-auto-expose#readme
bug-reports: https://github.com/deech/cabal-auto-expose/issues
author: Aditya Siram
maintainer: Aditya Siram
copyright: 2020 Aditya Siram
license: MIT
license-file: LICENSE
build-type: Simple
source-repository head
  type: git
  location: https://github.com/deech/cabal-auto-expose

library
  default-language: Haskell2010
  default-extensions: ScopedTypeVariables
  exposed-modules:
    Distribution.Simple.AutoExpose
  other-modules:
    Paths_cabal_auto_expose
  hs-source-dirs:
    src
  ghc-options: -Wall
  build-depends:
    Cabal >= 3.2.0.0 && < 3.5.0.0,
    base >= 4.14 && < 4.15,
    filepath,
    directory,
    extra >= 1.7.7 && < 1.8