Skip to content

Commit

Permalink
fix up cabal file version reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jepst committed Dec 16, 2011
1 parent 637a09c commit 2c3c5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ source-repository head
Location: git://github.com/jepst/CloudHaskell.git

library
Build-Depends: base >= 4, time, filepath, containers, network, syb, mtl, binary, bytestring, template-haskell, stm, pureMD5, utf8-string, directory
Build-Depends: base >= 4 && < 5, time, filepath, containers, network, syb, mtl, binary, bytestring, template-haskell, stm, pureMD5, utf8-string, directory
ghc-options: -Wall
Extensions: TemplateHaskell, FlexibleInstances, UndecidableInstances, CPP, ExistentialQuantification, DeriveDataTypeable
Exposed-Modules: Remote.Process, Remote.Encoding, Remote.Call, Remote.Reg, Remote.Peer, Remote.Init, Remote.Closure, Remote.Channel, Remote.Task, Remote
Expand Down

0 comments on commit 2c3c5f0

Please sign in to comment.