packages feed

toodles-0.1.0.2: toodles.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0c94110ed79d4a78056d1cae812a11d9a0d804c4c24304ced9b15ea51db5d3db

name:           toodles
version:        0.1.0.2
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
    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