name: robin version: 0.1.0.0 cabal-version: >= 1.10 build-type: Simple license: GPL-3 license-file: LICENSE.txt copyright: (c) 2013-2015 Karl Voelker author: Karl Voelker maintainer: robin@karlv.net stability: experimental homepage: https://www.github.com/ktvoelker/robin bug-reports: https://www.github.com/ktvoelker/robin/issues synopsis: A build daemon for Haskell development description: Robin is a daemon for Haskell developers. It runs a build whenever a source file changes. Cabal, Stack, and custom builds are all supported. category: Development tested-with: GHC == 7.10.2 extra-source-files: stack.yaml, README.md Source-repository head type: git location: https://github.com/ktvoelker/robin.git Executable robin main-is: Main.hs default-language: Haskell2010 hs-source-dirs: src other-modules: Command Lock PidFile Types Util Watch ghc-options: -Wall -fno-warn-missing-signatures -fno-warn-name-shadowing -fno-warn-orphans build-depends: Cabal, base >= 4 && < 5, directory, filepath, fsnotify, hdaemonize, lens, lifted-base, monad-control, mtl, process, resourcet, text, time, unix default-extensions: FlexibleContexts LambdaCase other-extensions: OverloadedStrings TemplateHaskell