Cabal revisions of autoexporter-1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.17.0.------ see: https://github.com/sol/hpack--name: autoexporter-version: 1.1.0-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:- 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:- source/executable- ghc-options: -Wall- build-depends:- base- , autoexporter- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.17.0. +-- +-- see: https://github.com/sol/hpack + +name: autoexporter +version: 1.1.0 +x-revision: 1 +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: + base >=4.8 && <4.10 + , Cabal >=1.22 && <1.25 + , directory >=1.2.5 && <1.4 + , filepath >=1.3 && <1.5 + exposed-modules: + Autoexporter + default-language: Haskell2010 + +executable autoexporter + main-is: Main.hs + hs-source-dirs: + source/executable + ghc-options: -Wall + build-depends: + base + , autoexporter + default-language: Haskell2010