kqueue 0.1.2.4 → 0.1.2.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~unix
Dependency ranges changed: base, unix
Files
- kqueue.cabal +3/−3
kqueue.cabal view
@@ -1,5 +1,5 @@ Name: kqueue-Version: 0.1.2.4+Version: 0.1.2.5 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@@ -20,12 +20,12 @@ Hs-Source-Dirs: src Exposed-modules: System.KQueue System.KQueue.HighLevel- Build-depends: base >= 4.0 && < 4.7+ Build-depends: base >= 4.0 && < 4.8 , directory >= 1.0 && < 1.4 , filepath >= 1.1 && < 1.4 , mtl >= 1.1 && < 2.2 , time >= 1.1 && < 1.5- , unix >= 2.3 && < 2.7+ , unix >= 2.3 && < 2.8 Build-tools: c2hs GHC-Options: -Wall