From 69709dc1943c8cf7653e62bcb932abdfc047a756 Mon Sep 17 00:00:00 2001 From: Johan Tibell Date: Thu, 16 Jul 2009 11:51:54 +0200 Subject: [PATCH] Added a Cabal file --- event.cabal | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/event.cabal b/event.cabal index 8f1ebce..1a50904 100644 --- a/event.cabal +++ b/event.cabal @@ -14,15 +14,23 @@ cabal-version: >= 1.6 library exposed-modules: - System.Event.Internal + System.Event + + other-modules: + System.Event.Array, + System.Event.Internal, + System.Event.KQueue, + System.Event.Vector build-depends: - base < 4.1 + array, + base < 4.1, + ghc-prim, + unix - extensions: CPP, ForeignFunctionInterface - ghc-options: -Wall + extensions: CPP, ForeignFunctionInterface, MagicHash, UnboxedTuples + ghc-options: -Wall -funbox-strict-fields if impl(ghc >= 6.8) ghc-options: -fwarn-tabs hs-source-dirs: src - extra-libraries: ev