toodles-0.1.0.3: toodles.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 703679257a67bc8f02883cf8b85e4c1c53a777ac55e49065b72d92d2c829fb2b
name: toodles
version: 0.1.0.3
synopsis: Manage the TODO entries in your code
description: See the README on GitHub at <https://github.com/aviaviavi/toodles#readme>
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