summaryrefslogtreecommitdiff
path: root/devel/hs-kqueue/files/patch-kqueue.cabal
blob: fff95670d49ad58b71b59ab7fbd9457a048cb546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- kqueue.cabal.orig   2018-04-29 14:33:28 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.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.7
+                     , time >= 1.1 && < 1.9
                      , unix >= 2.3 && < 2.8
   Build-tools:         c2hs
   GHC-Options:         -Wall