autoexporter-0.2.3: autoexporter.cabal
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack
name: autoexporter
version: 0.2.3
synopsis: Automatically re-export modules.
description: Autoexporter automatically re-exports modules.
category: Utility
homepage: https://github.com/tfausak/autoexporter#readme
bug-reports: https://github.com/tfausak/autoexporter/issues
maintainer: Taylor Fausak
license: MIT
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/tfausak/autoexporter
library
hs-source-dirs:
library
ghc-options: -Wall
build-depends:
base >=4.7 && <4.10
, Cabal >=1.22 && <1.25
, directory >=1.2 && <1.4
, filepath >=1.3 && <1.5
exposed-modules:
Autoexporter
default-language: Haskell2010
executable autoexporter
main-is: Main.hs
hs-source-dirs:
executable
ghc-options: -Wall
build-depends:
base
, autoexporter
default-language: Haskell2010