kqueue 0.1.2 → 0.1.2.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~directorydep ~filepath
Dependency ranges changed: base, directory, filepath
Files
- kqueue.cabal +4/−4
kqueue.cabal view
@@ -1,5 +1,5 @@ Name: kqueue-Version: 0.1.2+Version: 0.1.2.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@@ -20,9 +20,9 @@ Hs-Source-Dirs: src Exposed-modules: System.KQueue System.KQueue.HighLevel- Build-depends: base >= 4.0 && < 4.5- , directory >= 1.0 && < 1.2- , filepath >= 1.1 && < 1.3+ Build-depends: base >= 4.0 && < 4.6+ , directory >= 1.0 && < 1.3+ , filepath >= 1.1 && < 1.4 , mtl >= 1.1 && < 2.1 , time >= 1.1 && < 1.5 , unix >= 2.3 && < 2.6