starter-0.2.0: starter.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b7fb498a9c1fa7ab48aee3373fe7a6bc6cdbf186f980445114c87b589cc5c3dc
name: starter
version: 0.2.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
ghc-options: -O2 -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.7 && <5
, fsnotify >=0.2.1 && <0.3
exposed-modules:
Starter
other-modules:
Paths_starter
default-language: Haskell2010