-- Initial GiveYouAHead.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: GiveYouAHead version: 0.2.2.1 synopsis: to auto-do somethings description: to auto-do somethings homepage: https://github.com/Qinka/GiveYouAHead/ license: MIT license-file: LICENSE author: Qinka maintainer: qinka@live.com -- copyright: category: GiveYouAHead bug-reports: https://github.com/Qinka/GiveYouAHead/issues build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 source-repository head type: git location: https://github/com/Qinka/GiveYouAHead.git library exposed-modules: GiveYouAHead, GiveYouAHead.Version, GiveYouAHead.Settings, GiveYouAHead.New, GiveYouAHead.Help, GiveYouAHead.Common, GiveYouAHead.Clean, GiveYouAHead.Build, GiveYouAHead.New.Template, GiveYouAHead.New.Note, GiveYouAHead.New.Import, GiveYouAHead.Build.FilesList, GiveYouAHead.Build.ExtraCompileOption, Data.GiveYouAHead -- other-modules: -- other-extensions: build-depends: base >=4.8 && <=5.1, old-time >1.0 && <=2 , directory >=1.2, process >=1.2, extra >=1.0 hs-source-dirs: lib default-language: Haskell2010 ghc-options: -Wall -O2