-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: a2afad22ce77b0d765b58bb81080fe61bced7c38ceb5c79a35a19c50831faf2a name: toodles version: 0.1.0.4 synopsis: Manage the TODO entries in your code description: See the README on GitHub at category: Project Management homepage: https://github.com/aviaviavi/toodles#readme bug-reports: https://github.com/aviaviavi/toodles/issues author: Avi Press maintainer: mail@avi.press copyright: 2018 Avi Press license: MIT build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md data-files: web/css/bulma.min.css web/css/font-awesome.min.css web/css/toodles.css web/fonts/fontawesome-webfont.woff web/fonts/fontawesome-webfont.woff2 web/html/index.html web/js/app.js web/js/jquery-3.3.1.min.js web/js/vue.js source-repository head type: git location: https://github.com/aviaviavi/toodles executable toodles main-is: Main.hs other-modules: Paths_toodles hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: MissingH , aeson , base >=4.7 && <5 , blaze-html , bytestring , cmdargs , directory , filepath , http-types , megaparsec , regex-posix , servant , servant-blaze , servant-server , strict , text , transformers , wai , warp , yaml default-language: Haskell2010