hs2dot 0.1.2 → 0.1.3
raw patch · 1 files changed
+6/−2 lines, 1 filesdep ~directorydep ~haskell-srcdep ~haskell-src-exts
Dependency ranges changed: directory, haskell-src, haskell-src-exts
Files
- hs2dot.cabal +6/−2
hs2dot.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.1.2+Version: 0.1.3 -- A short (one-line) description of the package. Synopsis: Generate graphviz-code from Haskell-code.@@ -23,6 +23,10 @@ You can analyze multiple modules together: . > hs2dot Foo.hs Bar.hs | dot -T png -o FooBar.png+ .+ Changelog:+ .+ 0.1.3: Updated dependencies to be less picky. -- URL for the project homepage or repository. Homepage: http://www.github.com/finnsson/hs2graphviz@@ -60,7 +64,7 @@ Main-is: Main.hs -- Packages needed in order to build this package.- build-depends: base >= 4 && < 5, directory >= 1.0.1.1, split >= 0.1.2, haskell-src-exts >= 1.9.0, haskell98, haskell-src >= 1.0.1.3+ build-depends: base >= 4 && < 5, directory >= 1.0 && < 1.1, split >= 0.1.2, haskell-src-exts >= 1.9 && < 2.0, haskell98, haskell-src >= 1.0 && < 1.1 -- Modules not exported by this package. -- Other-modules: