Skip to content

Commit

Permalink
Updated cabal file.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldo committed Oct 1, 2010
1 parent f901e5c commit 3aa9e29
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions epass.cabal
Expand Up @@ -10,16 +10,20 @@ Build-Type: Simple
Author: Andreas Baldeau
Maintainer: Andreas Baldeau <andreas@baldeau.net>
Category: Concurrency, Network
Tested-With: GHC == 6.12.1
Cabal-Version: >= 1.2
Tested-With: GHC == 6.12.3
Cabal-Version: >= 1.8

Extra-Source-Files:
Setup.hs
README
demo/Message.hs
demo/TestClient.hs
demo/TestServer.hs

Library
Build-Depends:
base >= 4 && < 5,
time >= 1.1 && < 1.2
base == 4.*,
time == 1.1.*

Ghc-Options:
-Wall
Expand Down

0 comments on commit 3aa9e29

Please sign in to comment.