Cabal revisions of kqueue-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: kqueue-Version: 0.2-Synopsis: A binding to the kqueue event library.-Description: A low-level binding to the kqueue library as- found in BSD and Mac OS X. It provides, among- other things, a way of monitoring files and- directories for changes.-Homepage: http://github.com/hesselink/kqueue-License: BSD3-License-file: LICENSE-Author: Erik Hesselink-Maintainer: hesselink@gmail.com-Category: System-Build-type: Simple-Cabal-version: >=1.6-Extra-source-files: examples/MonitorFile.hs- examples/MonitorDirectory.hs- CHANGELOG.md--Library- Hs-Source-Dirs: src- Exposed-modules: System.KQueue- System.KQueue.HighLevel- Build-depends: base >= 4.0 && < 4.10- , directory >= 1.0 && < 1.4- , filepath >= 1.1 && < 1.5- , mtl >= 1.1 && < 2.3- , time >= 1.1 && < 1.7- , unix >= 2.3 && < 2.8- Build-tools: c2hs- GHC-Options: -Wall--Source-Repository head- Type: git- Location: git://github.com/hesselink/kqueue.git+Name: kqueue +Version: 0.2 +x-revision: 1 +Synopsis: A binding to the kqueue event library. +Description: A low-level binding to the kqueue library as + found in BSD and Mac OS X. It provides, among + other things, a way of monitoring files and + directories for changes. +Homepage: http://github.com/hesselink/kqueue +License: BSD3 +License-file: LICENSE +Author: Erik Hesselink +Maintainer: hesselink@gmail.com +Category: System +Build-type: Simple +Cabal-version: >=1.6 +Extra-source-files: examples/MonitorFile.hs + examples/MonitorDirectory.hs + CHANGELOG.md + +Library + Hs-Source-Dirs: src + Exposed-modules: System.KQueue + System.KQueue.HighLevel + Build-depends: base >= 4.0 && < 4.10 + , directory >= 1.0 && < 1.4 + , filepath >= 1.1 && < 1.5 + , mtl >= 1.1 && < 2.3 + , time >= 1.1 && < 1.8 + , unix >= 2.3 && < 2.8 + Build-tools: c2hs + GHC-Options: -Wall + +Source-Repository head + Type: git + Location: git://github.com/hesselink/kqueue.git
revision 2
Name: kqueue Version: 0.2 -x-revision: 1 +x-revision: 2 Synopsis: A binding to the kqueue event library. Description: A low-level binding to the kqueue library as found in BSD and Mac OS X. It provides, among Hs-Source-Dirs: src Exposed-modules: System.KQueue System.KQueue.HighLevel - Build-depends: base >= 4.0 && < 4.10 + Build-depends: base >= 4.0 && < 4.12 , directory >= 1.0 && < 1.4 , filepath >= 1.1 && < 1.5 , mtl >= 1.1 && < 2.3 - , time >= 1.1 && < 1.8 + , time >= 1.1 && < 1.9 , unix >= 2.3 && < 2.8 Build-tools: c2hs GHC-Options: -Wall
revision 3
Name: kqueue Version: 0.2 -x-revision: 2 +x-revision: 3 Synopsis: A binding to the kqueue event library. Description: A low-level binding to the kqueue library as found in BSD and Mac OS X. It provides, among Hs-Source-Dirs: src Exposed-modules: System.KQueue System.KQueue.HighLevel - Build-depends: base >= 4.0 && < 4.12 + Build-depends: base >= 4.0 && < 4.13 , directory >= 1.0 && < 1.4 , filepath >= 1.1 && < 1.5 , mtl >= 1.1 && < 2.3