name: Win32-notify
version: 0.3
license: BSD3
license-file: LICENSE
author: Niklas Broberg
copyright: Niklas Broberg, 2008; Mark Dittmer, 2012
maintainer: Mark Dittmer <mark.s.dittmer@gmail.com>
category: System
synopsis: A binding to part of the Win32 library for file notification
description: A binding to part of the Win32 library for file notification
build-type: Simple
cabal-version: >= 1.8
library
build-depends: base >= 4.3.1.0 && < 5, Win32, directory, containers >= 0.4.0.0
ghc-options: -Wall -fno-warn-incomplete-patterns -fno-warn-unused-imports -threaded
exposed-modules: System.Win32.Notify
other-modules: System.Win32.FileNotify
hs-source-dirs: src
executable simple
main-is: examples/simple/simple.hs
build-depends: base >= 4.3.1.0 && < 5, directory, Win32-notify >= 0.1
ghc-options: -Wall -threaded