packages feed

starter-0.1.0: starter.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9d1b69ecd738c0ae71b70a456823778de98e27a64210b15daccb52dbad66e36b

name:           starter
version:        0.1.0
synopsis:       Develop applications without restarts
description:    Please see the README on Github at <https://github.com/rkaippully/starter#readme>
category:       Development
homepage:       https://github.com/rkaippully/starter#readme
bug-reports:    https://github.com/rkaippully/starter/issues
author:         Raghu Kaippully
maintainer:     rkaippully@gmail.com
copyright:      2018 Raghu Kaippully
license:        MPL-2.0
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/rkaippully/starter

library
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , fsnotify >=0.2.1 && <0.3
  exposed-modules:
      Starter
  other-modules:
      Paths_starter
  default-language: Haskell2010