Skip to content

Commit

Permalink
base version corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashyap committed May 1, 2011
1 parent d16c123 commit b5021e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Chitra.cabal
Expand Up @@ -7,7 +7,7 @@ Name: Chitra
-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version: 0.2
Version: 0.2.2

-- A short (one-line) description of the package.
Synopsis: A platform independent mechanism to render graphics using vnc.
Expand Down Expand Up @@ -51,12 +51,14 @@ Executable Chitra
Main-is: Main.hs

-- Packages needed in order to build this package.
Build-depends: base >= 3 && < 4 , mtl >= 2, binary >= 0.5, bytestring >= 0.5,
Build-depends: base >= 3 && < 5 , mtl >= 2, binary >= 0.5, bytestring >= 0.5,
network >= 2.3


-- Modules not exported by this package.
-- Other-modules:
Other-modules: Chitra.Canvas, RFB.ClientToServer, RFB.CommandLoop,
RFB.Constants, RFB.Encoding, RFB.Handshake, RFB.Server,
RFB.State, Utilities.ParseByteString

-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
-- Build-tools:
Expand Down

0 comments on commit b5021e5

Please sign in to comment.