packages feed

Win32-notify 0.3.0.2 → 0.3.0.3

raw patch · 2 files changed

+10/−1 lines, 2 files

Files

+ README.md view
@@ -0,0 +1,8 @@+[![Hackage](https://img.shields.io/hackage/v/Win32-notify.svg)](https://hackage.haskell.org/package/Win32-notify)+[![Stackage Nightly](http://stackage.org/package/Win32-notify/badge/nightly)](http://stackage.org/nightly/package/Win32-notify)+[![Build status](https://ci.appveyor.com/api/projects/status/y8h8aopiocft1a2u/branch/master?svg=true)](https://ci.appveyor.com/project/pepeiborra/Win32-notify)++Win32-notify+============++File notification interface for Haskell in Windows
Win32-notify.cabal view
@@ -1,5 +1,5 @@ name:           Win32-notify
-version:        0.3.0.2
+version:        0.3.0.3
 license:        BSD3
 license-file:   LICENSE
 author:         Niklas Broberg
@@ -10,6 +10,7 @@ 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