opnsense-ports/devel/hs-kqueue/files/patch-kqueue.cabal
Franco Fichtner 5ae89bfa21 */*: sync with upstream
Taken from: HardenedBSD
2018-05-27 12:33:45 +02:00

16 lines
636 B
Text

--- 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