autoexporter-1.1.4: autoexporter.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6a190e6853f9ec9990150e0da0f175b85e6cc8368b98ef113fbcd134e4118087
name: autoexporter
version: 1.1.4
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
license-file: LICENSE.markdown
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.markdown
package.yaml
README.markdown
stack.yaml
source-repository head
type: git
location: https://github.com/tfausak/autoexporter
library
hs-source-dirs:
source/library
ghc-options: -Wall
build-depends:
Cabal >=1.22 && <1.25 || >=2.0 && <2.3
, base >=4.7 && <4.11
, directory >=1.2.5 && <1.4
, filepath >=1.3 && <1.5
exposed-modules:
Autoexporter
other-modules:
Paths_autoexporter
default-language: Haskell2010
executable autoexporter
main-is: Main.hs
hs-source-dirs:
source/executable
ghc-options: -Wall
build-depends:
autoexporter
, base
other-modules:
Paths_autoexporter
default-language: Haskell2010