Chitra 0.2 → 0.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- Chitra.cabal +2/−2
Chitra.cabal view
@@ -7,7 +7,7 @@ -- 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.1 -- A short (one-line) description of the package. Synopsis: A platform independent mechanism to render graphics using vnc.@@ -51,7 +51,7 @@ 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