packages feed

Cabal revisions of hinotify-0.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:               hinotify-version:            0.3-build-type:         Simple-synopsis:           Haskell binding to INotify-description:-    .-    This library provides a wrapper to the Linux Kernel's inotify feature,-    allowing applications to subscribe to notifications when a file is-    accessed or modified.-    .-category:           System-homepage:           http://haskell.org/~kolmodin/code/hinotify/README.html-license:            BSD3-license-file:       LICENSE-author:             Lennart Kolmodin-maintainer:         Lennart Kolmodin <kolmodin@gentoo.org>-extra-source-files: README-cabal-version:      >= 1.2--flag split-base-    description: Choose the new smaller, split-up base package.--library-    build-depends:  unix-    if flag(split-base)-        build-depends:  base >= 3 && < 5, containers, directory-    else-        build-depends:  base < 3-    extensions:     ForeignFunctionInterface--    exposed-modules:-        System.INotify-    other-modules:-        System.INotify.Masks--    ghc-options:    -fvia-C -Wall--    hs-source-dirs: src+name:               hinotify
+version:            0.3
+x-revision: 1
+build-type:         Simple
+synopsis:           Haskell binding to INotify
+description:
+    .
+    This library provides a wrapper to the Linux Kernel's inotify feature,
+    allowing applications to subscribe to notifications when a file is
+    accessed or modified.
+    .
+category:           System
+homepage:           http://haskell.org/~kolmodin/code/hinotify/README.html
+license:            BSD3
+license-file:       LICENSE
+author:             Lennart Kolmodin
+maintainer:         Lennart Kolmodin <kolmodin@gentoo.org>
+extra-source-files: README
+cabal-version:      >= 1.2
+
+flag split-base
+    description: Choose the new smaller, split-up base package.
+
+library
+    build-depends:  unix
+    if flag(split-base)
+        build-depends:  base >= 4.4 && < 4.6, containers, directory
+    else
+        build-depends:  base < 3
+    extensions:     ForeignFunctionInterface
+
+    exposed-modules:
+        System.INotify
+    other-modules:
+        System.INotify.Masks
+
+    ghc-options:    -fvia-C -Wall
+
+    hs-source-dirs: src