packages feed

twitch-0.1.0.0: twitch.cabal

-- Initial twitch.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                twitch
version:             0.1.0.0
synopsis:            A high level file watcher API
-- description:         
homepage:            https://github.com/jfischoff/twitch
license:             MIT
license-file:        LICENSE
author:              Jonathan Fischoff
maintainer:          jonathangfischoff@gmail.com
-- copyright:           
category:            System
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     Twitch 
  other-modules: Twitch.Internal
               , Twitch.InternalRule
               , Twitch.Main
               , Twitch.Path
               , Twitch.Rule
               , Twitch.Run
  other-extensions:    RecordWildCards, LambdaCase, GeneralizedNewtypeDeriving, OverloadedStrings, FlexibleInstances, RankNTypes, DeriveDataTypeable, ScopedTypeVariables, MultiParamTypeClasses, TypeSynonymInstances, TemplateHaskell
  build-depends: base >=4.7 && <4.8
               , containers >=0.5 && <0.6
               , system-filepath >=0.4 && <0.5
               , text >=1.1 && <1.2
               , mtl >=2.1 && <2.2
               , directory >=1.2 && <1.3
               , Glob >=0.7 && <0.8
               , time >=1.4 && <1.5
               , data-default >=0.5 && <0.6
               , fsnotify >=0.1 && <0.2
               , optparse-applicative >=0.8 && <0.9
               , stm-chans >=3.0 && <3.1
               , system-fileio >=0.3 && <0.4
  hs-source-dirs:      src
  default-language:    Haskell2010