blob: 377fcc5ae9360302fa14cbe73bae408fcdf5e848 (
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.13
, 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
|