summaryrefslogtreecommitdiff
path: root/devel/hs-kqueue/files/patch-kqueue.cabal
blob: a6145d68df981ead09adf9c8cc940b3fa7dc8427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- kqueue.cabal.orig	2014-05-08 16:35:57 UTC
+++ kqueue.cabal
@@ -21,11 +21,11 @@ Library
   Hs-Source-Dirs:      src
   Exposed-modules:     System.KQueue
                        System.KQueue.HighLevel
-  Build-depends:       base >= 4.0 && < 4.8
+  Build-depends:       base >= 4.0 && < 4.9
                      , directory >= 1.0 && < 1.4
-                     , filepath >= 1.1 && < 1.4
+                     , filepath >= 1.1 && < 1.5
                      , mtl >= 1.1 && < 2.3
-                     , time >= 1.1 && < 1.5
+                     , time >= 1.1 && < 1.6
                      , unix >= 2.3 && < 2.8
   Build-tools:         c2hs
   GHC-Options:         -Wall