Skip to content

Commit

Permalink
Merge pull request #2 from haskell-fswatch/maintainer-update
Browse files Browse the repository at this point in the history
.cabal: Update maintainer, add source repo, annotate example as Build…
  • Loading branch information
pepeiborra authored Sep 11, 2017
2 parents ad5b449 + 291785e commit 0e54298
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Win32-notify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ license: BSD3
license-file: LICENSE
author: Niklas Broberg
copyright: Niklas Broberg, 2008; Mark Dittmer, 2012
maintainer: Mark Dittmer <mark.s.dittmer@gmail.com>
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

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 -threaded
Expand All @@ -19,6 +23,7 @@ library
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

0 comments on commit 0e54298

Please sign in to comment.