packages feed

Win32-notify-0.3.0.3: Win32-notify.cabal

name:           Win32-notify
version:        0.3.0.3
license:        BSD3
license-file:   LICENSE
author:         Niklas Broberg
copyright:      Niklas Broberg, 2008; Mark Dittmer, 2012
maintainer:     Pepe Iborra <pepeiborra@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
extra-source-files:  README.md

Source-repository head
    type:     git
    location: https://github.com/haskell-fswatch/win32-notify

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 
  exposed-modules: System.Win32.Notify
  other-modules:   System.Win32.FileNotify
  hs-source-dirs:  src

executable simple
  Buildable:     False
  main-is:       examples/simple/simple.hs
  build-depends: base >= 4.3.1.0 && < 5, directory, Win32-notify >= 0.1
  ghc-options:   -Wall -threaded