forked from mdittmer/win32-notify
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Win32-notify.cabal
30 lines (27 loc) · 1.07 KB
/
Win32-notify.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 <[email protected]>
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