starter-0.2.1: starter.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7fdcfb73fd9af680e3d67e1fa481c742c686a24cbf1a22a29364018b05389e6d
name: starter
version: 0.2.1
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
if impl(ghc >= 8.0.1)
ghc-options: -Wall -Wcompat -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
else
ghc-options: -Wall -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns
exposed-modules:
Starter
other-modules:
Paths_starter
default-language: Haskell2010