Skip to content

Commit

Permalink
Added a Cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed Jul 16, 2009
1 parent b36fe86 commit 69709dc
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions event.cabal
Expand Up @@ -14,15 +14,23 @@ cabal-version: >= 1.6


library library
exposed-modules: exposed-modules:
System.Event.Internal System.Event

other-modules:
System.Event.Array,
System.Event.Internal,
System.Event.KQueue,
System.Event.Vector


build-depends: build-depends:
base < 4.1 array,
base < 4.1,
ghc-prim,
unix


extensions: CPP, ForeignFunctionInterface extensions: CPP, ForeignFunctionInterface, MagicHash, UnboxedTuples
ghc-options: -Wall ghc-options: -Wall -funbox-strict-fields
if impl(ghc >= 6.8) if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs ghc-options: -fwarn-tabs


hs-source-dirs: src hs-source-dirs: src
extra-libraries: ev

0 comments on commit 69709dc

Please sign in to comment.